Update Resource Collection

PUT {{baseUrl}}/api/v2/resource_collections/:resource_collection_id

Updates a resource collection using a provided payload object. The payload object is specified the same way as the content of a requirements.json file in a Zendesk app. See Specifying Apps Requirements in the Zendesk Apps framework docs.

The response includes a job status for the resource updates.

Allowed for

  • Admins

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"job_status":{"id":"4555831038d20133d7390242ac110031","message":null,"progress":null,"results":null,"status":"queued","total":null,"url":"https://company.zendesk.com/api/v2/job_statuses/4555831038d20133d7390242ac110031.json"}}