Skip to main content
POST
Update tenant

Overview

Update tenant information such as name and settings. Only ADMIN users can update tenant details.

Authorization

  • User must be authenticated with a valid Bearer token
  • User must have ADMIN role in the tenant

Example Usage

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tenantId
integer
required

Tenant ID

Body

application/json
name
string

Response

200

Tenant updated