# Update a single WorkTimeEntry **PATCH /api/time/workentries/{id}** ## Servers - https://replace-with-own-host.iw-erp.de: https://replace-with-own-host.iw-erp.de () ## Authentication methods - Session token - Jwt token internal - Login config ## Parameters ### Path parameters - **id** (string) ### Query parameters - **iw-build-id** (string) build id of the client - **iw-package-id** (string) package id of the client ### Body: application/json (object) - **work_time_entry** (object) ## Responses ### 200 Update a single WorkTimeEntry #### Body: application/json (object) - **id** (integer) - **user** (object) - **description** (string) - **start** (string(date-time)) - **start_date** (string) - **start_month** (integer) - **start_year** (integer) - **end** (string(date-time)) - **break_start** (string(date-time)) - **break_end** (string(date-time)) - **break_duration** (integer) - **auto_break** (boolean) - **force_no_break** (boolean) - **duration** (integer) - **auto_closed** (boolean) - **has_warning** (boolean) - **has_scanner_start** (boolean) - **has_scanner_end** (boolean) - **closed_editing** (boolean) - **closed_editing_hr** (boolean) - **confirmed** (boolean) - **content_type** (string) - **search_string** (string) [Powered by Bump.sh](https://bump.sh)