Update Calendar
PUT {{URL_ORIGIN}}/api/calendars/:id
This API allows to update existing calendar.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"id": "376986941",
"tradingDays": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"name": "UK",
"timeZone": "+00:00",
"marketOpen": "08:00",
"marketClose": "16:30",
"holidays": [
{
"date": "2022-01-01",
"closeTime": "13:00",
"name": "New Yaer"
}
]
} |