Sebastian Marcet e602510d37 Added add new track by summit endpoint
POST /api/v1/summits/{id}/tracks

Payload

* title (required|string|max:50)
* description (required|string|max:500)
* code (sometimes|string|max:5)
* session_count (sometimes|integer)
* alternate_count (sometimes|integer)
* lightning_count (sometimes|integer)
* lightning_alternate_count (sometimes|integer)
* voting_visible (sometimes|boolean)
* chair_visible (sometimes|boolean)

Change-Id: I2ddbe0bfa54e67a8662d418596714cb97c8a3523
2018-02-22 15:26:46 -03:00
..
2018-01-22 15:11:51 -03:00