Skip to content

Commit

Permalink
Update OpenAPI spec for v2 (Commit SHA: 797636443d043eacc5988d64b26ca…
Browse files Browse the repository at this point in the history
…91f8a44ebf1)
  • Loading branch information
actions-user committed Dec 19, 2024
1 parent 03d8427 commit 19f033e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions openapi-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1899,15 +1899,20 @@ components:
* `cancelled` - CANCELLED
* `cancelled_2022` - CANCELLED_2022
* `cancelled_2025` - CANCELLED_2025
* `developer` - DEVELOPER
* `developer_2022` - DEVELOPER_2022
* `enterprise` - ENTERPRISE
* `enterprise_2025` - ENTERPRISE_2025
* `enterprise_plus_2025` - ENTERPRISE_PLUS_2025
* `free` - FREE
* `starter_2025` - STARTER_2025
* `team` - TEAM
* `team_2022` - TEAM_2022
* `team_annual` - TEAM_ANNUAL
* `trial` - TRIAL
* `trial_2022` - TRIAL_2022
* `trial_2025` - TRIAL_2025
run_slots:
type: integer
readOnly: true
Expand Down Expand Up @@ -3779,28 +3784,38 @@ components:
enum:
- cancelled
- cancelled_2022
- cancelled_2025
- developer
- developer_2022
- enterprise
- enterprise_2025
- enterprise_plus_2025
- free
- starter_2025
- team
- team_2022
- team_annual
- trial
- trial_2022
- trial_2025
type: string
description: |-
* `cancelled` - CANCELLED
* `cancelled_2022` - CANCELLED_2022
* `cancelled_2025` - CANCELLED_2025
* `developer` - DEVELOPER
* `developer_2022` - DEVELOPER_2022
* `enterprise` - ENTERPRISE
* `enterprise_2025` - ENTERPRISE_2025
* `enterprise_plus_2025` - ENTERPRISE_PLUS_2025
* `free` - FREE
* `starter_2025` - STARTER_2025
* `team` - TEAM
* `team_2022` - TEAM_2022
* `team_annual` - TEAM_ANNUAL
* `trial` - TRIAL
* `trial_2022` - TRIAL_2022
* `trial_2025` - TRIAL_2025
PostgresConnection:
type: object
properties:
Expand Down

0 comments on commit 19f033e

Please sign in to comment.