Skip to content

Commit 3189d02

Browse files
committed
updated the mustache file for issue #25 and PR #26
1 parent f57b5c6 commit 3189d02

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

templates/common_README.mustache

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ except ApiException as e:
1919
print("Exception when calling {{classname}}->{{operationId}}: %s\n" % e)
2020
{{/-first}}{{/operation}}{{/operations}}{{/-first}}{{/apis}}{{/apiInfo}}
2121
```
22+
Note: if you have an european account please set attribute 'host'
23+
24+
```
25+
configuration.host = 'https://api.eu.opsgenie.com'
26+
```
2227

2328
## Documentation for API Endpoints
2429

0 commit comments

Comments
 (0)