Describe the problem:
When a user tries to create a dashboard using the API with information in the meta and/or warnings clauses (because e.g. he got them in the JSON response when doing a GET request) we give this error message which is very unclear:
{
"statusCode": 400,
"error": "Bad Request",
"message": "[request body.meta]: definition for this key is missing"
}
Provide a better error indicating that meta (or warnings) cannot specified in a POST request.
Describe the problem:
When a user tries to create a dashboard using the API with information in the
metaand/orwarningsclauses (because e.g. he got them in the JSON response when doing a GET request) we give this error message which is very unclear:Provide a better error indicating that
meta(orwarnings) cannot specified in a POST request.