Skip to main content
PUT
/
api
/
auth
/
api-keys
/
{id}
Update an API key
curl --request PUT \
  --url http://localhost:3000/api/auth/api-keys/{id} \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Path Parameters

id
string
required

Body

application/json

The body is of type object.

Response

API key updated successfully

The response is of type object.