Updating documentation

This commit is contained in:
Documentation Updater 2025-07-11 19:51:09 +00:00
parent 0f5256b758
commit 69a14de876
1 changed files with 21 additions and 2 deletions

View File

@ -3044,7 +3044,7 @@ paths:
$ref: "#/components/schemas/ExternalServiceCredentials"
security:
- authenticatedAccount: []
/v2/backup/auth/check:
/v2/{name}/auth/check:
post:
tags:
- Secure Value Recovery
@ -3072,7 +3072,7 @@ paths:
description: Provided list of SVR2 credentials could not be parsed
"400":
description: '`POST` request body is not a valid `JSON`'
/v2/backup/auth:
/v2/{name}/auth:
get:
tags:
- Secure Value Recovery
@ -3092,6 +3092,25 @@ paths:
description: Account authentication check failed.
security:
- authenticatedAccount: []
/v1/svrb/auth:
get:
tags:
- Secure Value Recovery B
summary: Generate credentials for SVRB
description: |
Generate SVRB service credentials. Generated credentials have an expiration time of 1 day (subject to change)
operationId: getAuth_3
responses:
"200":
description: '`JSON` with generated credentials.'
content:
application/json:
schema:
$ref: "#/components/schemas/ExternalServiceCredentials"
"401":
description: Account authentication check failed.
security:
- authenticatedAccount: []
/v1/sticker/pack/form/{count}:
get:
tags: