API structure has changed
3 structure changes including:
2 Breaking changes
1 Addition
2 Modifications
Modified
2
Breaking
GET /words/illustration/{id}
- Path went from
/words/illustration
to/words/illustration/{id}
(same operationId)Breaking - Query
-
id query parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- Path
- id path parameter Added
POST /words/illustration/{id}
- Path went from
/words/illustration
to/words/illustration/{id}
(same operationId)Breaking
Added
1
GET /pages/sound/{lang}/{id}