UpsertSecretRotationDto
codestringrequired
Possible values: >= 3 characters and <= 120 characters
descriptionstring
Possible values: <= 400 characters
envVarstring
Possible values: <= 120 characters
categorystring
Possible values: [general, bank_fetcher, payment_provider, sanctions, webhook, jwt]
rotateAfterDaysnumber
Possible values: >= 1
Default value:
90notesstring
Possible values: <= 1000 characters
UpsertSecretRotationDto
{
"code": "string",
"description": "string",
"envVar": "string",
"category": "general",
"rotateAfterDays": 90,
"notes": "string"
}