UpdateApiKeyDto
namestring
Example:
Лендинг 2026descriptionstring
scopesstring[]
Possible values: [business:read, services:read, staff:read, slots:read, bookings:read, bookings:write, reviews:read, webhooks:manage]
allowedOriginsarray[]
Example:
["https://example.com"]expiresAtstring
UpdateApiKeyDto
{
"name": "Лендинг 2026",
"description": "string",
"scopes": [
"business:read"
],
"allowedOrigins": [
"https://example.com"
],
"expiresAt": "string"
}