From de6e467db7b9bba52500182455c577e031dd9365 Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Sat, 20 Sep 2014 23:41:55 +0000 Subject: rest-api/api-docs: Correct basePath in resources to match top resources file The resources.json file that defines the resource JSON files used with ARI references a basePath of 'http://localhost:8088/ari'. This does not match what is defined in the resource files themselves, 'http://localhost:8088/stasis'. The correct base path is the one that includes 'ari' in the URL; this patch updates the various resource JSON files to have the correct basePath. ASTERISK-24339 #close Reported by: Bradley Watkins ........ Merged revisions 423617 from http://svn.asterisk.org/svn/asterisk/branches/12 ........ Merged revisions 423618 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@423619 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- rest-api/api-docs/mailboxes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rest-api/api-docs/mailboxes.json') diff --git a/rest-api/api-docs/mailboxes.json b/rest-api/api-docs/mailboxes.json index 002c79bbb..0deb5fb41 100644 --- a/rest-api/api-docs/mailboxes.json +++ b/rest-api/api-docs/mailboxes.json @@ -4,7 +4,7 @@ "_svn_revision": "$Revision$", "apiVersion": "1.5.0", "swaggerVersion": "1.1", - "basePath": "http://localhost:8088/stasis", + "basePath": "http://localhost:8088/ari", "resourcePath": "/api-docs/mailboxes.{format}", "apis": [ { -- cgit v1.2.3