POST
/
v2
/
databases
/
{database}
/
tenants
{
  "id": "<string>",
  "name": "<string>"
}

Authorizations

nile-auth.session-token
string
cookie
required

Session token stored in a cookie after user signs in, prefixed with __Secure if on https

Path Parameters

database
string
required

Body

application/json
A wrapper for the tenant name.
name
string
required

Response

201
application/json
A created tenants
id
string
required
name
string

Was this page helpful?