X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=rest-api%2Fapi-docs%2Fendpoints.json;h=d9021fb38667e0b438bee1ca1892ac521b36b82c;hp=c44e3dd7ef7ebb676034a2c268459f6e175fd6c2;hb=40a7f68e4ba631515809b9d838e00ae3fc0b5f08;hpb=7d0d1a1efb1d484cce28137f1abc1a6ece61d7e9 diff --git a/rest-api/api-docs/endpoints.json b/rest-api/api-docs/endpoints.json index c44e3dd..d9021fb 100644 --- a/rest-api/api-docs/endpoints.json +++ b/rest-api/api-docs/endpoints.json @@ -2,7 +2,7 @@ "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.", "_author": "David M. Lee, II ", "_svn_revision": "$Revision$", - "apiVersion": "0.0.1", + "apiVersion": "1.0.0", "swaggerVersion": "1.1", "basePath": "http://localhost:8088/stasis", "resourcePath": "/api-docs/endpoints.{format}", @@ -35,6 +35,12 @@ "paramType": "path", "dataType": "string" } + ], + "errorResponses": [ + { + "code": 404, + "reason": "Endpoints not found" + } ] } ] @@ -61,6 +67,12 @@ "paramType": "path", "dataType": "string" } + ], + "errorResponses": [ + { + "code": 404, + "reason": "Endpoints not found" + } ] } ]