openstackid-resources/resources
Sebastian Marcet 3318a2840e Added endpoint to update selection plan by summit
PUT /api/v1/summits/{id}/selection-plans/{selection_plan_id}

Payload

'name'                  => 'sometimes|string|max:255',
'is_enabled'            => 'sometimes|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: I451cd23f5208f1d08a8812871c3667e6dc951ad5
2018-06-07 13:05:37 -07:00
..
assets/sass Upgrade Laravel Version and ORM Framework 2016-09-06 13:47:37 -03:00
lang/en Added endpoint to update selection plan by summit 2018-06-07 13:05:37 -07:00
views OpenstackId resource server 2015-08-18 13:48:13 -03:00