From 7fe898c3a69268d0451f30de03b1081d1f375cc8 Mon Sep 17 00:00:00 2001 From: Blaine Kasten Date: Thu, 20 Nov 2025 10:53:08 -0600 Subject: [PATCH] Add `availability_zone` to Endpoint create method --- openapi.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 22165ff..ad4af29 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -7273,6 +7273,9 @@ components: 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. nullable: true example: 60 + availability_zone: + type: string + description: Create the endpoint in a specified availability zone (e.g., us-central-4b) DedicatedEndpoint: type: object