As of Version | product version 1.0 | component version 1.0 |
---|---|
Request Method | POST |
Response Format | JSON |
Description | To update the role set of the tenant, there are two possibilities to send the new role set: as binary in the request body or as multipart request with part name If the validation process fails, the role set will not be updated and the response contains at least one error message. If the new role set is valid, the role set will be updated and the response contains an empty list |
Request Header | Content-Type: application/xml |
Response Example | The result is a JSON structure containing a 200 - no validation errors, the role set has been updated { "validationErrors": [] } 422 - there were validation errors, the role set was not updated { "validationErrors": [ { "message": "Unable to unmarshal schema. [line: 14][column: 13] cvc-complex-type.2.4.a: Ungültiger Content wurde beginnend mit Element 'condition' gefunden. '{\"http://optimal-systems.org/ns/dmscloud/roleset/\":action}' wird erwartet." } ] } |
Manage space
Manage content
Integrations