POST /api/system/tenants/{tenant}/schema
As of Version | product version 2021 Autumn | component version 2021 Autumn |
---|---|
Request Method | POST |
Response Format | JSON |
Required Permission | available if listed in |
Description | Updates the tenant schema stored for the tenant specified by the The new schema is passed in the request body in XML format and is validated before the update is executed. Thus, it is not possible to introduce an invalid schema via this endpoint. For details and examples regarding request and response please visit Schema - Defining Object Types. |
Request Headers | Content-Type: application/xml |