Skip to content

Commit 6b5ea60

Browse files
authored
fix: add server url to openapi spec (#1072)
# Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed
1 parent 013c1f6 commit 6b5ea60

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/api-reference/openapi3.json

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"description": "API for application developers",
66
"version": "1.0.0"
77
},
8+
"servers": [
9+
{
10+
"url": "https://api.codegen.com",
11+
"description": "Codegen API"
12+
}
13+
],
814
"paths": {
915
"/v1/organizations/{org_id}/users": {
1016
"get": {

0 commit comments

Comments
 (0)