GenerateUpdateApiKeyPayload
namestringrequired
Name of the API key. Maximum length: 50 characters.
descriptionstring
Optional description of the API key.
GenerateUpdateApiKeyPayload
{
"name": "string",
"description": "string"
}
Was this page helpful?