put https://shyftplan.com/api/v1/absences/
Update an absence.
Responses
Update an absence.
xxxxxxxxxx
10curl --request PUT \
--url https://shyftplan.com/api/v1/absences/id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"force_collision": false,
"force_collision_and_remove": false
}
'
Try It!
to start a request and see the response here! Or choose an example: