updateCollection( )


Important:


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.

Method Declaration
Copy
Method Parameters
payloadUpdateCollectionEnvelope
Returns
Return Type:UpdateCollectionResponse | Promise<UpdateCollectionResponse>
Example of a `collection` return value
JavaScript
Did this help?