Skip to content

Commit

Permalink
auto-docs: Update Cloud API spec
Browse files Browse the repository at this point in the history
  • Loading branch information
vbotbuildovich authored and github-actions[bot] committed Nov 15, 2024
1 parent e2c9eb0 commit dee464c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions modules/ROOT/attachments/cloud-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2698,6 +2698,8 @@ components:
type: string
state:
$ref: '#/components/schemas/ServerlessCluster.State'
tier:
$ref: '#/components/schemas/Tier'
updated_at:
description: Timestamp when the Serverless cluster was updated.
format: date-time
Expand Down Expand Up @@ -2763,6 +2765,8 @@ components:
serverless_region:
description: Name of the region where the Serverless cluster will be provisioned.
type: string
tier:
$ref: '#/components/schemas/Tier'
required:
- name
- resource_group_id
Expand Down Expand Up @@ -3014,6 +3018,14 @@ components:
title: This will be used during the migration period, remove before it becomes GA
type: boolean
type: object
Tier:
description: |2-
- TIER_STANDARD: Tier Standard represents a standard tier.
- TIER_PRO: Tier PRO represents a PRO tier.
enum:
- TIER_STANDARD
- TIER_PRO
type: string
TimeZone:
description: |-
Represents a time zone from the
Expand Down

0 comments on commit dee464c

Please sign in to comment.