Merged HEAD (5.2) to 5.2.N (5.2.1)

127567 jkaabimofrad: 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/BRANCHES/DEV/5.2.N/root@127661 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2016-06-03 14:09:26 +00:00
parent b111c81f6a
commit cdd3aa1075
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;