Collections

Create a collection

Creates an empty collection. Leave object_type out for a mixed collection, or set it to pin the collection to a single type so anything else is refused when it is added.

put/collections

Query parameters

namestring
type'public' | 'private'
object_typestring

Request body

namestring required
type'public' | 'private'
object_typestring

Response

The collection that was created

Changes