POST

Update Collection


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Updates the structure of an existing data collection.

Some parameters, such as capabilities and pagingMode, are determined by the service provider. If the collection passed in the request contains these parameters, their values must be ignored. However, these fields must be included in the response collection with relevant values.

Endpoint
POST
{DEPLOYMENT-URI}/v3/collections/update
Body Params
collectionCollection

Updated structure details for the specified collection.

Response Object
collectionCollection

Updated collection details.

Update a collection
Request
cURL
Response
JSON
Did this help?