ari: Remove support for specifying channel vars during origination.
[asterisk/asterisk.git] / rest-api / api-docs / endpoints.json
index 7663a59..d9021fb 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@digium.com>",
        "_svn_revision": "$Revision$",
-       "apiVersion": "0.0.1",
+       "apiVersion": "1.0.0",
        "swaggerVersion": "1.1",
        "basePath": "http://localhost:8088/stasis",
        "resourcePath": "/api-docs/endpoints.{format}",
@@ -14,7 +14,7 @@
                                {
                                        "httpMethod": "GET",
                                        "summary": "List all endpoints.",
-                                       "nickname": "getEndpoints",
+                                       "nickname": "list",
                                        "responseClass": "List[Endpoint]"
                                }
                        ]
@@ -26,7 +26,7 @@
                                {
                                        "httpMethod": "GET",
                                        "summary": "List available endoints for a given endpoint technology.",
-                                       "nickname": "getEndpointsByTech",
+                                       "nickname": "listByTech",
                                        "responseClass": "List[Endpoint]",
                                        "parameters": [
                                                {
                                                        "paramType": "path",
                                                        "dataType": "string"
                                                }
+                                       ],
+                                       "errorResponses": [
+                                               {
+                                                       "code": 404,
+                                                       "reason": "Endpoints not found"
+                                               }
                                        ]
                                }
                        ]
@@ -46,7 +52,7 @@
                                {
                                        "httpMethod": "GET",
                                        "summary": "Details for an endpoint.",
-                                       "nickname": "getEndpoint",
+                                       "nickname": "get",
                                        "responseClass": "Endpoint",
                                        "parameters": [
                                                {
                                                        "paramType": "path",
                                                        "dataType": "string"
                                                }
+                                       ],
+                                       "errorResponses": [
+                                               {
+                                                       "code": 404,
+                                                       "reason": "Endpoints not found"
+                                               }
                                        ]
                                }
                        ]