File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"swagger" : " 2.0" ,
3
3
"info" : {
4
- "title" : " OpsGenie REST API" ,
5
- "description" : " OpsGenie OpenAPI Specification" ,
4
+ "title" : " Opsgenie REST API" ,
5
+ "description" : " Opsgenie OpenAPI Specification" ,
6
6
"version" : " 2.0.0"
7
7
},
8
8
"host" : " api.opsgenie.com" ,
3134
3134
" account"
3135
3135
],
3136
3136
"summary" : " Get Account Info" ,
3137
- "description" : " Used to search and retrieve account information in OpsGenie " ,
3137
+ "description" : " Used to search and retrieve account information in Opsgenie " ,
3138
3138
"operationId" : " getInfo" ,
3139
3139
"externalDocs" : {
3140
3140
"description" : " For more information" ,
Original file line number Diff line number Diff line change 11
11
DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd ) "
12
12
13
13
cd " ${OPSGENIE_OAS} "
14
- node " ${OPSGENIE_OAS} /multi-file-swagger/index.js" -- " ${OPSGENIE_OAS} /swagger.yaml" > " ${DIR} /../../opsgenie-oas.json" -- alert incident heartbeat account
14
+ node " ${OPSGENIE_OAS} /multi-file-swagger/index.js" " ${OPSGENIE_OAS} /swagger.yaml" alert incident heartbeat account > " ${DIR} /../../opsgenie-oas.json"
15
15
cd " ${DIR} "
You can’t perform that action at this time.
0 commit comments