Hi, I'm trying to make a REST call to the elements I see in the swagger documentation, but I always receive this response:
500 Internal Server Error
{
"url": "/rest/volumes",
"message": "Could not find acceptable representation",
"errorCode": "",
"errorPayload": null
}
My Content-Type and Accept are set to 'application/json. Am I missing a header?
Thanks.