Skip to content

Commit

Permalink
feat: add billing information to org info endpoint (#13676)
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes committed Aug 27, 2024
1 parent a8a7094 commit 089df7c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions airbyte-api/server-api/src/main/openapi/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7039,6 +7039,23 @@ components:
type: boolean
sso:
type: boolean
billing:
type: object
required:
- paymentStatus
properties:
paymentStatus:
type: string
enum:
- uninitialized
- okay
- grace_period
- disabled
- locked
- manual
gracePeriodEndsAt:
type: integer
format: int64
WebhookConfigRead:
type: object
description: the readable info for a webhook config; omits sensitive info e.g. auth token
Expand Down

0 comments on commit 089df7c

Please sign in to comment.