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