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
..
2017-12-08 19:26:18 -03:00
2018-02-01 16:24:24 -03:00
2016-02-18 12:21:22 -03:00
2017-11-15 06:35:38 -03:00
2017-08-22 14:37:55 -03:00
2018-01-22 15:34:54 -03:00
2017-02-02 11:12:28 -03:00
2017-11-30 16:49:44 -03:00
2015-08-18 13:48:13 -03:00
2018-02-22 15:26:46 -03:00
2017-11-30 16:49:44 -03:00
2018-01-22 15:11:51 -03:00
2015-08-18 13:48:13 -03:00
2018-01-30 17:31:23 -03:00
2016-02-18 12:21:22 -03:00
2018-01-26 17:53:00 -03:00
2018-02-01 19:34:18 +00:00
2018-04-04 18:08:33 -03:00
2018-02-27 12:46:24 -03:00
2017-12-15 17:56:10 -03:00
2018-03-14 07:25:51 -03:00
2018-03-29 11:12:38 -03:00
2017-11-30 16:49:44 -03:00
2018-03-26 09:22:25 -03:00
2018-03-28 16:01:33 -03:00
2018-02-27 14:30:02 -03:00
2018-03-14 20:23:47 -03:00
2018-01-22 14:49:16 -03:00
2017-12-08 19:26:18 -03:00
2016-11-04 17:07:57 -03:00
2016-09-06 13:47:37 -03:00
2017-12-15 17:56:10 -03:00