bff for callbacks

This commit is contained in:
Stephan D
2026-03-01 02:04:15 +01:00
parent 709df51512
commit 86eab3bb70
44 changed files with 1563 additions and 25 deletions

View File

@@ -0,0 +1,19 @@
components:
schemas:
CallbacksAuthData:
type: object
additionalProperties: false
required:
- accessToken
- callbacks
properties:
accessToken:
$ref: ../../../models/auth/token_data.yaml#/components/schemas/TokenData
callbacks:
type: array
items:
$ref: ../../../models/callback/callback.yaml#/components/schemas/Callback
generatedSigningSecret:
type: string
nullable: true