food
Update a food's associated user ids based on assignment
Identify the food with exactly one of rxfood_id or food_name; sending neither or both returns 400. rxfood_id is preferred and matches a food of any nutrition source. food_name is legacy, only matches the "usda" food with that name, and will be deprecated once the Auditor sends rxfood_id.
patch/food/assign_task
Query parameters
food_namestring
rxfood_idstring
Request body
Response
successful operation
Changes
Changed in 1 of the 15 revisions of this API.2
- ○
added the new optional
queryrequest parameterrxfood_idnew-optional-request-parameter
- ○
the
queryrequest parameterfood_namebecame optionalrequest-parameter-became-optional
- ○