Api
Add Holiday
Add a new holiday to the calendar.
Add a new holiday to the calendar.
AuthorizationBearer <token>
In: header
Request Body
application/json
Response Body
application/json
application/json
curl -X POST "https://loading/api/v1/configuration/business-hours/holidays" \ -H "Content-Type: application/json" \ -d '{ "date": "string", "name": "string" }'{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}