repository_rights_restCtrl
extends RestApiCtrl
in package
Table of Contents
Methods
- delete() : mixed
- get() : object
- post() : object
- Handles the edition of group rules on repositories.
- put() : mixed
- editRights() : object
- Modifies access rights for a specified group on a repository.
Methods
delete()
public
delete() : mixed
get()
public
get() : object
Return values
objectpost()
Handles the edition of group rules on repositories.
public
post() : object
Return values
object —a JSON response object
put()
public
put() : mixed
editRights()
Modifies access rights for a specified group on a repository.
private
editRights(object $rep) : object
Parameters
- $rep : object
-
the JSON response object to be modified
Return values
object —the modified JSON response object