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 11{
22 "swagger" : " 2.0" ,
33 "info" : {
4- "title" : " OpsGenie REST API" ,
5- "description" : " OpsGenie OpenAPI Specification" ,
4+ "title" : " Opsgenie REST API" ,
5+ "description" : " Opsgenie OpenAPI Specification" ,
66 "version" : " 2.0.0"
77 },
88 "host" : " api.opsgenie.com" ,
31343134 " account"
31353135 ],
31363136 "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 " ,
31383138 "operationId" : " getInfo" ,
31393139 "externalDocs" : {
31403140 "description" : " For more information" ,
Original file line number Diff line number Diff line change 1111DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd ) "
1212
1313cd " ${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"
1515cd " ${DIR} "
You can’t perform that action at this time.
0 commit comments