Sign in

Update schedule

documented

Update schedule configuration.

PATCH \/api\/resource\/schedules\/{id}Alerts & Goalsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl https://www.rescuetime.com/api/resource/schedules/{{$schedule_id}} \\\n  -X PATCH \\\n  -H 'Authorization: Bearer {{RESCUETIME_API_KEY}}' \\\n  -H 'Content-Type: application/json' \\\n  -H 'Accept: application/json' \\\n  -d '{\"schedule\": {\"work_days\": {{$work_days}}, \"start_time\": \"{{$start_time}}\", \"end_time\": \"{{$end_time}}\"}}'
Update schedule · RescueTime · OpenIntegrations