Skip to content

Commit 7fe898c

Browse files
authored
Add availability_zone to Endpoint create method
1 parent ffb466f commit 7fe898c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7273,6 +7273,9 @@ components:
72737273
description: The number of minutes of inactivity after which the endpoint will be automatically stopped. Set to null, omit or set to 0 to disable automatic timeout.
72747274
nullable: true
72757275
example: 60
7276+
availability_zone:
7277+
type: string
7278+
description: Create the endpoint in a specified availability zone (e.g., us-central-4b)
72767279

72777280
DedicatedEndpoint:
72787281
type: object

0 commit comments

Comments
 (0)