Hi,
I am trying to update a dashboard via API call. When I POST using postman, I get the error 422 Unprocessable Entity and the below output:
[
{
“fieldNames”: [
“Dashboard”
],
“classification”: “RequiredError”,
“message”: “Required”
}
]
I have google it but I could not find any info as well as in API Docs. Any idea?