Skip to content

Commit 9187df7

Browse files
OAS Update
1 parent baa4c59 commit 9187df7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

services/authorization/v2/authorization.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -901,10 +901,14 @@
901901
},
902902
"servers": [
903903
{
904-
"url": "https://authorization.api.stackit.cloud",
904+
"url": "https://authorization.api.{region}stackit.cloud",
905905
"variables": {
906906
"region": {
907-
"default": "global"
907+
"default": "eu01.",
908+
"enum": [
909+
"eu01.",
910+
"eu02."
911+
]
908912
}
909913
}
910914
}

0 commit comments

Comments
 (0)