Update a holiday information
PUT {{baseUrl}}/buyers/:buyerId/holidays/:holidayId
All the provided fields will be updated, including null values, if possible
Request Body
{"name"=>"New Year", "startDate"=>"2020-01-01", "endDate"=>"2020-01-01", "description"=>"New Year"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
Content-Type | string |