Skip to main content

Create a new collection

This endpoint is used to create a new collection. A collection is a representaion of a group of objects added on the estuary. This endpoint can be used to create a new collection.

Request Body REQUIRED

Collection name and description

description string
name string
Responses
200

OK

Schema
cid string
createdAt string
description string
name string
userId integer
uuid string
400

Bad Request

Schema
code integer
details string
reason string
404

Not Found

Schema
code integer
details string
reason string
500

Internal Server Error

Schema
code integer
details string
reason string