diff --git a/signal-server-openapi.yaml b/signal-server-openapi.yaml index 176d582a5..f6cb2e2d5 100644 --- a/signal-server-openapi.yaml +++ b/signal-server-openapi.yaml @@ -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: