POST /api/admin/schema
As of Version | product version 1.0 | component version 1.0 |
---|---|
Request Method | POST |
Response Format | JSON |
Required Permission | available if listed in |
Description | Update the tenant schema for the tenant which the requesting user belongs to. 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 |