API structure has changed
22 structure changes including:
14 Breaking changes
8 Additions
1 Modification
13 Removals
Modified
1
Breaking
GET /my/routines
- Response
-
200 response Modified
- data property Modified
Removed
13
Breaking
PUT /plans/{id}/facets/update
POST /plans/create
PATCH /plans/{id}/routines/{routine_id}/routine_steps/{routine_step_id}
PATCH /plans/{id}/publish
PATCH /plans/{id}/description/update
PATCH /plans/{id}/complete
GET /plans/{id}/status
GET /plans/{id}/routines/{routine_id}/routine_steps
GET /plans/{id}/routines/{routine_id}
GET /plans/{id}/routines
GET /plans/{id}
GET /plans
DELETE /plans/{id}
Added
8
PUT /routines/{id}/facets/update
POST /routines/create
PATCH /routines/{id}/update
PATCH /routines/{id}/routine_steps/{routine_step_id}/update
PATCH /routines/{id}/publish
GET /routines/{id}/routine_steps
GET /routines/{id}
DELETE /routines/{id}