API structure has changed
5 structure changes including:
5 Modifications
Modified
5
Breaking
GET /plans/{id}
- Path
- id_or_alias path parameter Removed
- id path parameter Added
GET /plans/{id}/routines/{routine_id}
- Path
- routine_id path parameter Added
GET /plans/{id}/routines/{routine_id}/routine_steps
- Path
- routine_id path parameter Added
PATCH /plans/{id}/complete
- Response
- 404 response Added
PATCH /plans/{id}/routines/{routine_id}/routine_steps/{routine_step_id}
- Path
- routine_id, routine_step_id path parameters Added