put https://example.com/role-store/api/v1/awsroles//roles
Update a AWS role granting PrivX roles.
Log in to see full request history
Responses
200Role successfully updated
Update a AWS role granting PrivX roles.
200Role successfully updated
xxxxxxxxxx
curl --request PUT \
--url https://example.com/role-store/api/v1/awsroles/awsrole_id/roles \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!