patch https://localhost:8080/v1/permissions/
Updates a permission based on a given identifier.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
204The permission was updated successfully.
Updates a permission based on a given identifier.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
204The permission was updated successfully.
xxxxxxxxxx
curl --request PATCH \
--url https://localhost:8080/v1/permissions/id \
--header 'Content-Type: application/json'
Try It!
to start a request and see the response here!