Update a tenant

Update an existing tenant

Body required
application/json

The tenant to update

name
string required

The tenant internal name

license
object (License Configuration) required

License configuration for a tenant. At least one of certificate or dcv must be provided.

description
string

A simple description for this tenant

Responses
  • 200 Tenant successfully updated
    name
    string required

    The tenant internal name

    license
    object (License Configuration) required

    License configuration for a tenant. At least one of certificate or dcv must be provided.

    _id
    string (Internal ID)

    Object internal ID

    description
    string

    A simple description for this tenant

    deletableAt
    integer

    Instant after which this tenant will be deletable

  • 400 Unable to update tenant
  • 401 Authentication error
  • 403 Forbidden action
  • 404 Tenant not found
  • 500 Unexpected internal server error