API structure has changed
9 structure changes including:
9 Modifications
Modified
9
DELETE /ingredient_opinions/{opinion_uuid}
- Path
- opinion_uuid path parameter Added
DELETE /ingredients/{id_or_alias}/feeling
- Path
- id_or_alias path parameter Added
GET /ingredient_opinions/entry/{entry_uuid}
- Path
- entry_uuid path parameter Added
GET /ingredient_opinions/{opinion_uuid}/current
- Path
- opinion_uuid path parameter Added
GET /ingredient_opinions/{opinion_uuid}/history
- Path
- opinion_uuid path parameter Added
GET /ingredients/{id_or_alias}/endorsed_opinions
- Path
- id_or_alias path parameter Added
PATCH /ingredient_opinions/{opinion_uuid}
- Path
- opinion_uuid path parameter Added
PUT /ingredients/{id_or_alias}/feeling/negative
- Path
- id_or_alias path parameter Added
PUT /ingredients/{id_or_alias}/feeling/positive
- Path
- id_or_alias path parameter Added