[RESOLVED] Documentation Ommision: smugmug.images.delete
luke_church
Registered Users Posts: 507 Major grins
Mod Edit: SmugWiki documentation updated
Issue: Invalid User fault code not listed in smugmug.images.delete.
Documentation http://www.smugmug.com/hack/method-smugmug.images.delete lists the following fault codes:
3 - "invalid session"
5 - "system error"
However if an attempt to delete another users image (IMHO correctly) returns a Fault Code 4: Invalid user
XML-RPC 1.1.1
XML (which I think is correct:): )
[php]
smugmug.images.delete
...
5739903
Header
faultCode
4
faultString
invalid user
[/php]
Issue: Invalid User fault code not listed in smugmug.images.delete.
Documentation http://www.smugmug.com/hack/method-smugmug.images.delete lists the following fault codes:
3 - "invalid session"
5 - "system error"
However if an attempt to delete another users image (IMHO correctly) returns a Fault Code 4: Invalid user
XML-RPC 1.1.1
XML (which I think is correct:): )
[php]
smugmug.images.delete
...
5739903
Header
faultCode
4
faultString
invalid user
[/php]
0