openstackid-resources/app/Models/Foundation
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
..
Main Added mising field to serializer 2018-04-21 10:19:13 -03:00
Marketplace Marketplace API 2017-11-15 06:35:38 -03:00
Software Marketplace API 2017-11-15 06:35:38 -03:00
Summit Added endpoint to create selection plans by summit 2018-06-07 11:41:34 -07:00