Sign in

Update day locking

documented

Update day locking by user_ids and/or dates.

PUT /{account_id}/day_propertiesDay locking (Locked Time)no 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://api.timelyapp.com/1.1/{{$account_id}}/day_properties' \
  -X PUT \
  -H 'Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}' \
  -H 'Accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{"day_property":{"user_ids":[{{$user_ids}}],"dates":[{{$dates}}],"locked":{{$locked}}}}'