From 6323db8e78c8e16161a8fd20896be1e800675f4b Mon Sep 17 00:00:00 2001 From: Niel Drummond Date: Sat, 5 Jul 2025 14:46:12 +0100 Subject: [PATCH] docs: api: Tweak type of GwPriority to integer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Niel Drummond (cherry picked from commit bfc0c7cff56112267147a3475536e2fd72f10090) Signed-off-by: Paweł Gronowski --- docs/api/v1.48.yaml | 3 ++- docs/api/v1.49.yaml | 3 ++- docs/api/v1.50.yaml | 3 ++- docs/api/v1.51.yaml | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/api/v1.48.yaml b/docs/api/v1.48.yaml index 8cc9612ec8..c1441c8dfc 100644 --- a/docs/api/v1.48.yaml +++ b/docs/api/v1.48.yaml @@ -3039,7 +3039,8 @@ definitions: be used. If multiple endpoints have the same priority, endpoints are lexicographically sorted based on their network name, and the one that sorts first is picked. - type: "number" + type: "integer" + format: "int64" example: - 10 diff --git a/docs/api/v1.49.yaml b/docs/api/v1.49.yaml index a895a0b7eb..2034fdefd9 100644 --- a/docs/api/v1.49.yaml +++ b/docs/api/v1.49.yaml @@ -3039,7 +3039,8 @@ definitions: be used. If multiple endpoints have the same priority, endpoints are lexicographically sorted based on their network name, and the one that sorts first is picked. - type: "number" + type: "integer" + format: "int64" example: - 10 diff --git a/docs/api/v1.50.yaml b/docs/api/v1.50.yaml index d42a50739f..21f77d2ff6 100644 --- a/docs/api/v1.50.yaml +++ b/docs/api/v1.50.yaml @@ -2914,7 +2914,8 @@ definitions: be used. If multiple endpoints have the same priority, endpoints are lexicographically sorted based on their network name, and the one that sorts first is picked. - type: "number" + type: "integer" + format: "int64" example: - 10 diff --git a/docs/api/v1.51.yaml b/docs/api/v1.51.yaml index 8d6a8f9356..3880635db1 100644 --- a/docs/api/v1.51.yaml +++ b/docs/api/v1.51.yaml @@ -2913,7 +2913,8 @@ definitions: be used. If multiple endpoints have the same priority, endpoints are lexicographically sorted based on their network name, and the one that sorts first is picked. - type: "number" + type: "integer" + format: "int64" example: - 10