Creating sets

This method will create a new set in your selected S3 bucket. When you create your first set, you'll notice a _notodb directory in the root of your S3 bucket. This is where NotoDB stores all data for your selected bucket.

Create a new set

PUT
/{bucket name}/sets
REQUEST BODY
{
  "name": "{set name}"
}
RESPONSE BODY
{
  "message": "Set successfully created."
}

Next articleListing sets