Skip to content

Commit c3a54f9

Browse files
Update openapi.yaml spec
1 parent ba51fc4 commit c3a54f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

openapi.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ components:
682682
example: "10.0.0.0/16"
683683
region_code:
684684
type: string
685-
example: "google-europe-west1"
685+
example: "us-east-1"
686686
VPCCreate:
687687
type: object
688688
required:
@@ -698,7 +698,7 @@ components:
698698
example: "10.0.0.0/16"
699699
region_code:
700700
type: string
701-
example: "google-europe-west1"
701+
example: "us-east-1"
702702
VPCRename:
703703
type: object
704704
required:
@@ -778,7 +778,7 @@ components:
778778
region_code:
779779
type: string
780780
description: The cloud region where the service is hosted.
781-
example: "google-europe-west1"
781+
example: "us-east-1"
782782
service_type:
783783
$ref: '#/components/schemas/ServiceType'
784784
description: The type of the service.
@@ -933,7 +933,7 @@ components:
933933
example: ["time-series", "ai"]
934934
region_code:
935935
type: string
936-
example: "google-europe-west1"
936+
example: "us-east-1"
937937
replica_count:
938938
type: integer
939939
description: Number of high-availability replicas to create (all replicas are asynchronous by default).
@@ -948,7 +948,7 @@ components:
948948
example: 4
949949
free:
950950
type: boolean
951-
description: Whether to create a free service (if true, replica_count, cpu_millis, and memory_gbs must not be provided)
951+
description: Whether to create a free service (if true, addons, replica_count, cpu_millis, and memory_gbs must not be provided)
952952
example: true
953953
HAReplica:
954954
type: object

0 commit comments

Comments
 (0)