Path Parameters
Body
application/json
curl --request PATCH \
  --url https://api.theauthapi.com/access-keys/{key} \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>"
}'curl --request PATCH \
  --url https://api.theauthapi.com/access-keys/{key} \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>"
}'