Update an existing Resource

Update an existing Resource with data provided in JSON payload. There are fields that are part of resource by virtue of resource being present in a container (collection). To edit these attributes, Resource should be updated in context of Collection.

Update a Resource with JSON payload

Header nameValue
AuthorizationToken {{authorization access token}}
Content-Typeapplication/json

📘

Note

Any attributes that are non modifiable and are sent by client & extraneous information will be ignored silently, and won’t contribute towards failure of operation. For the image/thumbnail part, client first needs to call the Media API to upload the image, and then send out the image URL in the payload

Two resources shouldn't have the same URL

Language
Authorization
Header
Click Try It! to start a request and see the response here!