openstackid-resources/app/Factories
Sebastian Marcet 18bf5bfa04 added endpoint update summit
PUT /api/v1/summits/{id}

Payload

* name (sometimes|string|max:50)
* start_date (sometimes|date_format:U)
* end_date (required_with:start_date|date_format:U|after:start_date)
* submission_begin_date (sometimes|date_format:U)
* submission_end_date (required_with:submission_begin_date|date_format:U|after:submission_begin_date)
* voting_begin_date (sometimes|date_format:U)
* voting_end_date (required_with:voting_begin_date|date_format:U|after:voting_begin_date)
* selection_begin_date (sometimes|date_format:U)
* selection_end_date (required_with:selection_begin_date|date_format:U|after:selection_begin_date)
* registration_begin_date (sometimes|date_format:U)
* registration_end_date (required_with:registration_begin_date|date_format:U|after:registration_begin_date)
* start_showing_venues_date (sometimes|date_format:U|before:start_date)
* schedule_start_date (sometimes|date_format:U)
* active (sometimes|boolean)
* dates_label (sometimes|string)
* time_zone_id (sometimes|timezone) check http://php.net/manual/en/timezones.php
* external_summit_id (sometimes|string)
* available_on_api (sometimes|boolean)
* calendar_sync_name (sometimes|string|max:255)
* calendar_sync_desc  (sometimes|string)
* link (sometimes|url)
* registration_link (sometimes|url)
* max_submission_allowed_per_user (sometimes|integer|min:1)

Required scopes

'%s/summits/write'

Change-Id: Ib50c64994f9de5e8cfba0aaf2a990708a3c6afb9
2018-04-04 18:08:33 -03:00
..
AssetsSyncRequest Added logic to manage calendar sync error 2018-02-16 17:23:37 -03:00
CalendarAdminActionSyncWorkRequest Added new endpoint delete venue room 2018-03-06 23:42:49 -03:00
EntityEvents added endpoint update summit 2018-04-04 18:08:33 -03:00
FactoriesProvider.php Added new endpoints to add locations per summit 2018-03-01 16:19:28 -03:00
PresentationVideoFactory.php Presentation video endpoints 2016-09-19 11:49:34 -03:00