PUT
/
v2
/
databases
/
{database}
/
tenants
/
{tenantId}
{
  "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
tenantId
string
required

Body

application/json
Tenant values to be updated.
name
string

Response

201
application/json
update an existing tenant
name
string

Was this page helpful?