Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions bapi/2025-03-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6353,6 +6353,10 @@ components:
type: object
additionalProperties: false
properties:
type:
type: string
enum:
- otp
status:
type: string
enum:
Expand Down Expand Up @@ -6385,6 +6389,10 @@ components:
type: object
additionalProperties: false
properties:
type:
type: string
enum:
- admin
status:
type: string
enum:
Expand Down Expand Up @@ -6412,6 +6420,10 @@ components:
type: object
additionalProperties: false
properties:
type:
type: string
enum:
- from_oauth
status:
type: string
enum:
Expand Down Expand Up @@ -6443,6 +6455,10 @@ components:
type: object
additionalProperties: false
properties:
type:
type: string
enum:
- ticket
status:
type: string
enum:
Expand Down Expand Up @@ -6505,6 +6521,14 @@ components:
- $ref: '#/components/schemas/Admin'
- $ref: '#/components/schemas/FromOAuth'
- $ref: '#/components/schemas/Ticket'
discriminator:
type: string
propertyName: type
mapping:
otp: '#/components/schemas/OTP'
admin: '#/components/schemas/Admin'
from_oauth: '#/components/schemas/FromOAuth'
ticket: '#/components/schemas/Ticket'
linked_to:
type: array
items:
Expand Down