How to PUT changes on an individual photo in Postman
Summary
If you are looking to add additional information to individual images within Photo Center like `caption` or `alt_text` for example, you can use the PUT command through Postman.
Procedure
You first want to GET the image
https://api.{environment}.{org}.arcpublishing.com/photo/api/v2/photos/{photo ID}
Then, change your command to a PUT and in the Postman Body under raw, paste the full image payload
Once you have added the whole image payload, include the details you want to updated
Send your PUT request and your image should be updated with it's new fields/information