docs: api: Tweak type of GwPriority to integer

Signed-off-by: Niel Drummond <niel@drummond.lu>
This commit is contained in:
Niel Drummond
2025-07-05 14:46:12 +01:00
parent 8652cf6920
commit bfc0c7cff5
4 changed files with 8 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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