API structure has changed
6 structure changes including:
6 Modifications
Modified
6
Breaking
DELETE /api/v1/time-entry/{id}
- Response
- 200 response Added
GET /api/v1/time-entry/{id}
- Response
-
200 response Modified
- slug, participants_count, participants, created_at, updated_at properties Removed
- trackable, start_date, end_date, is_active properties Added
GET /api/v1/time-entry/{trackable_type}/{trackable_uuid}
- Response
- 200 response Added
POST /api/v1/time-entry
- Response
- 200 response Added
POST /api/v1/time-entry/{timeEntry}/stop
- Response
- 200 response Added
PUT /api/v1/time-entry/{id}
- Response
- 200 response Added