Create Collection
POST/collections
Create a new collection (table). Only administrators can create collections. Naming rules: only letters, digits, underscores (_) and hyphens (-) are allowed; the name cannot start with an underscore; maximum length is 96 characters.
Request
Responses
- 201
- 400
- 409
Collection created successfully
Invalid request parameters
Collection already exists