Aha, ok, yes, I would have expected a 401, so that's fine.
I see that the "parameter content type" is set to JSON. Just a value (such as "pause") is not valid JSON.
Checking the link in my previous reply, I think what you need to have there is {"target": "pause"}. The provided description seems to be a bit lacking in this case.
-
1
Recommended Posts
pbackx 11
Although a 400 is a general code, I'm going to guess that the authorization header is missing.
I don't think you can do authenticated requests from within the Swagger UI (that's the thing you are using in your screenshot). You will need a tool such as Postman to do it: https://www.getpostman.com/
Link to post
Share on other sites
korny86 0
The authorization error is 401 (see picture) and I double checked the verification (see second picture). Any other ideas? Is the value with just "pause" correct?
Link to post
Share on other sites