We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c3c19f commit 29eb761Copy full SHA for 29eb761
doc/compiled.json
@@ -22,7 +22,12 @@
22
},
23
"servers": [
24
{
25
- "url": "https://api.phrase.com/v2"
+ "url": "https://api.phrase.com/v2",
26
+ "description": "EU production server"
27
+ },
28
+ {
29
+ "url": "https://api.us.app.phrase.com/v2",
30
+ "description": "US production server"
31
}
32
],
33
"security": [
main.yaml
@@ -23,6 +23,9 @@ info:
servers:
- url: https://api.phrase.com/v2
+ description: EU production server
+ - url: https://api.us.app.phrase.com/v2
+ description: US production server
security:
- Token: []
0 commit comments