Update
PATCH /v1/api-keys/{item_id}
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| item_id | integer | Yes | |
| X-API-Key | string | No |
Request Body
{
"$ref": "#/components/schemas/APIKeyRecordCreate"
}
Responses
200
Successful Response
{
"$ref": "#/components/schemas/APIKeyRecordRead"
}
422
Validation Error
{
"$ref": "#/components/schemas/HTTPValidationError"
}