Update the title of a collection
PATCH
/api/collections/{id}Authorization
AuthorizationBearer token (JWT) · headerrequiredPath parameters
idstringrequiredHeader parameters
x-organization-idstringTarget organization id. Defaults to the caller's personal organization when omitted.
Request body
requiredapplication/jsontitlestringrequiredThe title of the collection (letters and spaces only)
Responses
200OK
any400Bad Request
any401Unauthorized
any404Not Found
any500Internal Server Error
any