blob: a09aeea6bacfa5c257b53b3d1f9e6b79f4c4f49e [file] [log] [blame]
{
"swagger": "2.0",
"basePath": "/guest/v1",
"info": {
"title": "/guest/v1",
"version": "1.0.0"
},
"paths": {
"/api2/greeting2/{name}/{something}": {
"get": {
"operationId": "getApi2Greeting2Name",
"parameters": [
{
"in": "path",
"name": "name",
"type": "string",
"required": true
}
],
"responses": {
"default": {
"description": "Default response"
}
},
"x-openwhisk": {
"action": "cli_apigwtest_path_param_swagger_action",
"namespace": "guest",
"package": "",
"url": "%HOST%/api/v1/web/guest/default/cli_apigwtest_path_param_swagger_action.http"
}
},
"parameters": [
{
"in": "path",
"name": "something",
"type": "string",
"required": true
}
]
}
},
"x-ibm-configuration": {
"assembly": {
"execute": [
{
"operation-switch": {
"case": [
{
"execute": [
{
"invoke": {
"target-url": "%HOST%/api/v1/web/guest/default/cli_apigwtest_path_param_swagger_action.http$(request.path)",
"verb": "keep"
}
}
],
"operations": [
"getApi2Greeting2Name"
]
}
]
}
}
]
},
"cors": {
"enabled": true
}
}
}