Skip to main content

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

  1. You first want to GET the image https://api.{environment}.{org}.arcpublishing.com/photo/api/v2/photos/{photo ID}

  2. Then, change your command to a PUT and in the Postman Body under raw, paste the full image payload

  3. Once you have added the whole image payload, include the details you want to updated

  4. Send your PUT request and your image should be updated with it's new fields/information

More information