The result is a JSON structure containing a validationErrors
list, which could be an empty list.
Code Block |
---|
title | 200 - no validation errors, the role set has been updated |
---|
|
{
"validationErrors": []
} |
Code Block |
---|
title | 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."
}
]
} |