openstackid-resources/app/Http/Controllers
Sebastian Marcet cb6b3a22c7 Added endpoint to create selection plans by summit
POST /api/v1/summits/{id}/selection-plans

Payload

'name'                  => 'required|string|max:255',
'is_enabled'            => 'required|boolean',
'submission_begin_date' => 'nullable|date_format:U',
'submission_end_date'   => 'nullable|required_with:submission_begin_date|date_format:U|after_or_equal:submission_begin_date',
'voting_begin_date'     => 'nullable|date_format:U',
'voting_end_date'       => 'nullable|required_with:voting_begin_date|date_format:U|after_or_equal:voting_begin_date',
'selection_begin_date'  => 'nullable|date_format:U',
'selection_end_date'    => 'nullable|required_with:selection_begin_date|date_format:U|after_or_equal:selection_begin_date',

Change-Id: I73eb45cd5f15b79b294ef9b098f7fa749c2122ef
2018-06-07 11:41:34 -07:00
..
Apis Added endpoint to create selection plans by summit 2018-06-07 11:41:34 -07:00
Controller.php Added new Upload Summit Event Attachment Endpoint 2017-11-25 15:41:00 -03:00
JsonController.php Fixed CSV export format issues 2018-02-01 17:12:34 -03:00
OAuth2ProtectedController.php Summit Application API 2016-02-18 12:21:22 -03:00