Private
Update a code list
Update an code list of a specific instance in the specific recipe and update in mongo
put/recipes/{recipe_id}/instances/{dataset_id}/code-lists/{code_list_id}
Path parameters
recipe_idstring required
A unique id for a recipe
dataset_idstring required
An id for an instance in the recipe
code_list_idstring required
An id for codelist in an instance of a recipe
Request body
Example request
{
"id": "e44de4c4-d39e-4e2f-942b-3ca10584d078",
"name": "calendar-years",
"href": "http://localhost:22300/code-lists/e44de4c4-d39e-4e2f-942b-3ca10584d0782"
}Response
Specific recipe updated successfully with given code list updates