PATCH
/
api-keys
/
{key}
curl --request PATCH \
  --url https://api.theauthapi.com/api-keys/{key} \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "key": "<string>",
  "customMetaData": {},
  "customAccountId": "<string>",
  "customUserId": "<string>",
  "expiry": "2023-11-07T05:31:56Z",
  "rateLimitConfigs": {}
}'

Path Parameters

key
string
required

Body

application/json
name
string
required
key
string
customMetaData
object
customAccountId
string
customUserId
string
expiry
string
rateLimitConfigs
object