Discussions

Ask a Question
Back to All

"Update Photo" API endpoint only udates "internal" property of a photo?

I'm not sure I understand the "Update Photo" API endpoint, https://api.companycam.com/v2/photos/{id}. It accepts an object which would lead me to assume that we can update various properties of a photo. The example for the API only demonstrates the "internal" property being changed, and that's indeed the only property that I am able to update. That would seem just a bit unusual as it accepts an object not just a true/false property. Id really like to add my own properties to the photo object, like "price". Possible?