Skip to content

Commit dee464c

Browse files
vbotbuildovichgithub-actions[bot]
authored andcommitted
auto-docs: Update Cloud API spec
1 parent e2c9eb0 commit dee464c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

modules/ROOT/attachments/cloud-api.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -2698,6 +2698,8 @@ components:
26982698
type: string
26992699
state:
27002700
$ref: '#/components/schemas/ServerlessCluster.State'
2701+
tier:
2702+
$ref: '#/components/schemas/Tier'
27012703
updated_at:
27022704
description: Timestamp when the Serverless cluster was updated.
27032705
format: date-time
@@ -2763,6 +2765,8 @@ components:
27632765
serverless_region:
27642766
description: Name of the region where the Serverless cluster will be provisioned.
27652767
type: string
2768+
tier:
2769+
$ref: '#/components/schemas/Tier'
27662770
required:
27672771
- name
27682772
- resource_group_id
@@ -3014,6 +3018,14 @@ components:
30143018
title: This will be used during the migration period, remove before it becomes GA
30153019
type: boolean
30163020
type: object
3021+
Tier:
3022+
description: |2-
3023+
- TIER_STANDARD: Tier Standard represents a standard tier.
3024+
- TIER_PRO: Tier PRO represents a PRO tier.
3025+
enum:
3026+
- TIER_STANDARD
3027+
- TIER_PRO
3028+
type: string
30173029
TimeZone:
30183030
description: |-
30193031
Represents a time zone from the

0 commit comments

Comments
 (0)