organizations
Create a collection in the given organization.
Create a collection in the given organization.
post/organizations/{organizationId}/collections
Path parameters
organizationIdinteger required
Organization 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"
}