Package com.xebialabs.xlrelease.api.v1
Interface PermissionsApi
- All Superinterfaces:
ApiService
@Path("/api/v1/global-permissions")
@Consumes("application/json")
@Produces("application/json")
public interface PermissionsApi
extends ApiService
Operations related to permissions.
-
Field Summary
Fields inherited from interface com.xebialabs.xlrelease.api.ApiService
DEFAULT_RESULTS_PER_PAGE, DEFAULT_RESULTS_PER_PAGE_STRING, DEPTH, ORDER_BY, PAGE, PAGE_IS_OFFSET, RESULTS_PER_PAGE, ROLE_IDS_DATA
-
Method Summary
-
Method Details
-
serviceName
- Specified by:
serviceName
in interfaceApiService
-
getGlobalPermissions
Returns the list of global permissions.
-