Skip to main content

updateApiKey

updateApiKey

Path Parameters
id uuid REQUIRED
Request Body REQUIRED
name string REQUIRED
Responses
200
Schema OPTIONAL
createdAt date-time
id string
name string
updatedAt date-time
updateApiKey
PUT /api-key/:id
id — path
Body
Loading...
/api
curl -L -X PUT '/api/api-key/:id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'