providers
Update a specific provider
Update a specific provider
put/providers/{id}
Path parameters
idstring required
The UUID of the provider
Request body
Example request
{
"name": "Hackney Quest",
"venue_id": "5308687a-aec7-4ec3-9f56-1ebbd275a161",
"contact_id": "22632363-e326-4991-8f10-5483e5047758"
}Response
Provider udpated
Example response
{
"id": "7a52060d-be2d-482e-bd9e-0f8041554925",
"name": "Hackney Quest",
"published": 1,
"venue_id": "5308687a-aec7-4ec3-9f56-1ebbd275a161",
"contact_id": "22632363-e326-4991-8f10-5483e5047758",
"created": "2017-07-21T17:32:28Z",
"updated": "2017-07-21T18:38:30Z"
}