On this page
Create a new collection
POST /api/v1/collectionsRequired Scopes
write
Request Body
Content-Type: application/json
Schema: object
| Field | Type | Required | Description |
|---|---|---|---|
collection |
collection_input |
no |
Responses
201
collection created
Schema: collection_output
collection_output
| Field | Type | Required | Description |
|---|---|---|---|
id |
integer | yes | |
name |
string | yes |
422
invalid request
Schema: errors
errors
| Field | Type | Required | Description |
|---|---|---|---|
errors |
object | yes |
