events
Update a specific event
Update a specific event
put/events/{id}
Path parameters
idstring required
The UUID of the event
Request body
Example request
{
"details": "Community group run on the first and second Thursday of the month",
"venue_id": "8769812b-d077-4008-bce7-31deb1f82e97",
"time": "Every first and second Thursday of the month"
}Response
Provider udpated
Example response
{
"id": "fd2da797-faa8-4cb3-b4a8-45ff0174ab51",
"details": "Community group run on the first and second Thursday of the month",
"time": "Every first and second Thursday of the month",
"venue_id": "8769812b-d077-4008-bce7-31deb1f82e97",
"created": "2017-07-21T17:32:28Z",
"updated": "2017-07-21T18:38:30Z"
}