Replies: 2 comments
-
|
I can take a look at this, but do note that the "try it out" is not meant as a overall tool for running our API. Adding to my list. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This should be resolved! Thanks for reporting. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Trying to remove a global permission from a user using the rest api is gives a "400 Error - Authentication required" error.
Response Headers:
{ "cache-control": "no-store, max-age=0", "content-type": "application/json; charset=utf-8", "x-stack-known-error": "BODY_PARSING_ERROR" }Response Body:
{ "code": "BODY_PARSING_ERROR", "error": "Invalid JSON in request body" }I am trying this on the https://docs.stack-auth.com/api/server/permissions/project-permissions/user_id/permission_id/delete web page too and getting the same result.
Beta Was this translation helpful? Give feedback.
All reactions