openstackid-resources/app/Models
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
..
Exceptions Notifications API 2016-09-12 12:12:52 -03:00
Foundation Added endpoint to create selection plans by summit 2018-06-07 11:41:34 -07:00
OAuth2 Upgrade Laravel Version and ORM Framework 2016-09-06 13:47:37 -03:00
ResourceServer External Calendar Sync 2017-08-22 14:37:55 -03:00
Utils Summit Selection Plans Model Update 2018-06-06 07:46:30 -07:00