curl --request PATCH \
--url https://revstack.dev/v1/system/api-keys/{key} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"scopes": [
"<string>"
]
}
'nullUpdates the name or scopes of an existing API key.
curl --request PATCH \
--url https://revstack.dev/v1/system/api-keys/{key} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"scopes": [
"<string>"
]
}
'null