API structure has changed
5 structure changes including:
5 Modifications
Modified
5
Breaking
DELETE /api/v1/time-entry/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
trackable property Modified
-
Type went from
string
toobject
Breaking
-
Type went from
-
is_active property Modified
-
Type went from
string
toboolean
Breaking
-
Type went from
- created_at, updated_at, description, trackable_type, total_time_in_minutes, computed_time_elapsed_in_seconds, account properties Added
-
trackable property Modified
-
application/json content type Modified
GET /api/v1/time-entry/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
trackable property Modified
-
Type went from
string
toobject
Breaking
-
Type went from
-
is_active property Modified
-
Type went from
string
toboolean
Breaking
-
Type went from
- created_at, updated_at, description, trackable_type, total_time_in_minutes, computed_time_elapsed_in_seconds, account properties Added
-
trackable property Modified
-
application/json content type Modified
POST /api/v1/time-entry
- Body
-
application/json content type Modified
- description property Added
- Response
-
200 response Modified
-
application/json content type Modified
-
trackable property Modified
-
Type went from
string
toobject
Breaking
-
Type went from
-
is_active property Modified
-
Type went from
string
toboolean
Breaking
-
Type went from
- created_at, updated_at, description, trackable_type, total_time_in_minutes, computed_time_elapsed_in_seconds, account properties Added
-
trackable property Modified
-
application/json content type Modified
POST /api/v1/time-entry/{timeEntry_uuid}/stop
- Response
-
200 response Modified
-
application/json content type Modified
-
trackable property Modified
-
Type went from
string
toobject
Breaking
-
Type went from
-
is_active property Modified
-
Type went from
string
toboolean
Breaking
-
Type went from
- created_at, updated_at, description, trackable_type, total_time_in_minutes, computed_time_elapsed_in_seconds, account properties Added
-
trackable property Modified
-
application/json content type Modified
PUT /api/v1/time-entry/{id}
- Body
-
application/json content type Modified
- description property Added
- Response
-
200 response Modified
-
application/json content type Modified
-
trackable property Modified
-
Type went from
string
toobject
Breaking
-
Type went from
-
is_active property Modified
-
Type went from
string
toboolean
Breaking
-
Type went from
- created_at, updated_at, description, trackable_type, total_time_in_minutes, computed_time_elapsed_in_seconds, account properties Added
-
trackable property Modified
-
application/json content type Modified