added new endpoint ADD Organization
POST /api/v1/organizations payload Change-Id: I713fcb70f380693b8b20a21a569064a0b3c3ed84 name: required|string|max:255
This commit is contained in:
@@ -74,6 +74,7 @@ Route::group([
|
||||
// organizations
|
||||
Route::group(['prefix'=>'organizations'], function(){
|
||||
Route::get('', 'OAuth2OrganizationsApiController@getAll');
|
||||
Route::post('', 'OAuth2OrganizationsApiController@addOrganization');
|
||||
});
|
||||
|
||||
// groups
|
||||
|
||||
Reference in New Issue
Block a user