Skip to content

Commit 29eb761

Browse files
authored
docs(API): document US DC endpoint #DEVHUB-14 (#1047)
1 parent 7c3c19f commit 29eb761

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

doc/compiled.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@
2222
},
2323
"servers": [
2424
{
25-
"url": "https://api.phrase.com/v2"
25+
"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"
2631
}
2732
],
2833
"security": [

main.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ info:
2323

2424
servers:
2525
- url: https://api.phrase.com/v2
26+
description: EU production server
27+
- url: https://api.us.app.phrase.com/v2
28+
description: US production server
2629

2730
security:
2831
- Token: []

0 commit comments

Comments
 (0)