UpdateCollectionName

Updates the name of a collection based on the provided collection ID.

put
Authorizations
Query parameters
collectionNamestringRequired

The new name to be assigned to the collection.

collectionIdinteger · int32Required

The ID of the collection to be updated.

Responses
200
Success: The collection name was successfully updated.
put
PUT /Collections/UpdateCollectionName?collectionName=text&collectionId=1 HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*

No content