Documentation bug
MaRi
Registered Users Posts: 21 Big grins
smugmug.subcategories.rename returns a SubCategory object with id, not an empty response
{
"stat": "ok",
"method": "smugmug.subcategories.rename",
"SubCategory": {
"id": 1288183
}
}
{
"stat": "ok",
"method": "smugmug.subcategories.rename",
"SubCategory": {
"id": 1288183
}
}
0
Comments
smugmug.albums.reSort is missing some parameters in the documentation. It used to have by (enum - FileName, Caption, DateTime) and direction (enum - asc and desc)