Lockerz Admin
posted this on December 05, 2010 07:33 pm
This call will let you flag a photo for abuse.
<API_Endpoint>/photos/{PhotoId}/flag
POST
XML, JSON
Yes
{PhotoId} - Id of a photo.
N/A
SessionKeyOperationResponse
N/A
400 BadRequest, 10006 InvalidPhotoId - {PhotoId} is not a number.
403 Forbidden - Bad Credentials
N/A
curl -X POST http://api.plixi.com/api/tpapi.svc/photos/9/flag -u bbbb@foo2.com:password -H "TPSERVICE:Plixi"