Added new get groups endpoint
GET api/v1/groups params: filter ** code ( available operators : [==, =@] ** title ( available operators : [==, =@] order ** id ** code ** title Change-Id: I4e45febb1aa85bb61bd8b4a391e45fb217e2bb95
This commit is contained in:
@@ -156,7 +156,7 @@ final class OAuth2SummitSpeakersApiController extends OAuth2ProtectedController
|
||||
}
|
||||
|
||||
|
||||
public function getAllSpeakers(){
|
||||
public function getAll(){
|
||||
try {
|
||||
|
||||
$values = Input::all();
|
||||
|
||||
Reference in New Issue
Block a user