update
Developing
PUT
http://localhost:1337/api/master/holidays/id
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://localhost:1337/api/master/holidays/id' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "holi holiday",
"date": "2025-03-31",
"is_recurring": null,
"holiday_type": "Public",
"description": "niharika"
}'
Response Response Example
{}
Request
Body Params application/json