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