updatePhotoCaption
- Home
- Multimedia
- UgcPhoto
- updatePhotoCaption
updatePhotoCaption
Updates the caption for a given photoID.
Parameters
| Name | Description |
| photoID required | The photo’s primary identifier |
| caption optional | The caption of the photo |
| output optional | The response output format. Accepts JSON and XML. |
Request Syntax
| https://services.onesite.com/rest/ugcPhoto?action=updatePhotoCaption&photoID=160546016&caption=TESTTESTTEST&devkey=[devkey] |
JSON Response
|
1 2 3 4 5 6 |
{ "service":"ugcPhoto", "action":"updatePhotoCaption", "code":1, "message":"Caption Successfully updated." } |
Service Information
| Service | ugcPhoto |
| Method | updatePhotoCaption |
| Type | REST |
| Response Types | JSON, XML |