Skip to main content

Create Collection

POST 

/collections

Create a new collection (table). Only administrator permissions can create collections. Collection names must comply with MongoDB naming conventions.

Request

Body

required
    collectionName stringrequired

    Collection name

Responses

Collection created successfully

Loading...