Update swagger

removing backslash that causes HTTP 301 Redirect

[GIN-debug] redirecting request 301: /v1/apps/testapp/calls/ --> /v1/apps/testapp/calls
This commit is contained in:
Denis Makogon
2017-08-07 14:08:19 +03:00
parent e47ab56ff0
commit fcb41c89a7

View File

@@ -435,7 +435,7 @@ paths:
schema: schema:
$ref: '#/definitions/Error' $ref: '#/definitions/Error'
/apps/{app}/calls/: /apps/{app}/calls:
get: get:
summary: Get app-bound calls. summary: Get app-bound calls.
description: Get app-bound calls can filter to route-bound calls. description: Get app-bound calls can filter to route-bound calls.