openstackid-resources/app/Services
Sebastian Marcet 8ef48797c3 added location images endpoints
POST /api/v1/summits/{id}/locations/{location_id}/images

Content Type multipart/form-data'
* file (required)
* name (required|string|max:255)
* description (required|string)

PUT /api/v1/summits/{id}/locations/{location_id}/images/{image_id}

Content Type multipart/form-data'
* file (sometimes)
* name (sometimes|string|max:255)
* description (sometimes|string)
* order (sometimes|integer|ming:1)

GET /api/v1/summits/{id}/locations/{location_id}/images/{image_id}

DELETE /api/v1/summits/{id}/locations/{location_id}/images/{image_id}

Change-Id: I71d0b234d267aed0791dfafa0c91e842f5064aca
2018-03-14 06:53:57 -03:00
..
Apis Added new endpoint delete venue room 2018-03-06 23:42:49 -03:00
Model added location images endpoints 2018-03-14 06:53:57 -03:00
Utils Added logic to manage calendar sync error 2018-02-16 17:23:37 -03:00
ServicesProvider.php Fixed error on file upload when folder does not exists 2018-03-13 19:46:38 -03:00