UpdateCollectionName
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.
400
Bad Request: The provided collection name or ID is invalid or missing.
500
Internal Server Error: An error occurred while updating the collection name.
put
PUT /Collections/UpdateCollectionName?collectionName=text&collectionId=1 HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content