organizations
Update a collection.
Update a collection. Currently only name, display name, description, and topic can be updated.
put/organizations/{organizationId}/collections/{collectionId}
Path parameters
organizationIdinteger required
Organization ID.
collectionIdinteger required
Collection ID.
Request body
Example request
{
"name": "alignment",
"topic": "A collection of alignment algorithms"
}Response
default response
Example response
{
"name": "alignment",
"topic": "A collection of alignment algorithms"
}