getHolidayById
getHolidayById
Path Parameters
id int64 required
id
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
holiday date-time
id int64
name string
{
"holiday": "2024-11-20T07:47:17.337Z",
"id": 0,
"name": "string"
}
Unauthorized
Forbidden
Not Found
Loading...