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