Update a tenant

Update an existing tenant

Body required
application/json

The tenant to update

name
string required

The tenant internal name

licenseLimit
integer required

License limit for this tenant

description
string

A simple description for this tenant

licenseExpiration
integer

Custom license expiration date for this tenant

Responses
  • 200 Tenant successfully updated
    name
    string required

    The tenant internal name

    licenseLimit
    integer required

    License limit for this tenant

    _id
    string (Internal ID)

    Object internal ID

    description
    string

    A simple description for this tenant

    licenseExpiration
    integer

    Custom license expiration date 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