(1) Successful update: The result is a JSON structure containing a validationErrors
list, which could be an empty list.
Code Block |
---|
title | 200 - no validation errors, the apps for the tenant have been updated |
---|
|
{
"validationErrors": []
} |
(2) Unsuccessful: Example error message.
Code Block |
---|
title | 422 - there were validation errors, the apps were not updated |
---|
|
{
"validationErrors": [
{
"message": "Unable to disable app 'client' and enable app 'invoice'. There are references from the schema of app 'invoice' to the schema of app 'client'."
}
]
} |