Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)

126000 jkaabimofrad: RA-933, RA-934, RA-972: Changed the "tickets" API namespace from "alfresco" to "authentication". Also, added support to the REST API test fwk to handle different API namespaces.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@127567 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jamal Kaabi-Mofrad
2016-06-02 21:39:14 +00:00
parent f9eb72c7ef
commit 355ae575ef
4 changed files with 100 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
@WebApi(name = "alfresco", scope = Api.SCOPE.PUBLIC, version = 1)
@WebApi(name = "authentication", scope = Api.SCOPE.PUBLIC, version = 1)
package org.alfresco.rest.api.authentications;
import org.alfresco.rest.framework.Api;