Update A User
Update Recipe
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
{
"id": "3d4fda8595114a3a9f7b12fd471a4169",
"externalId": "1654732567",
"email": "[email protected]",
"firstName": "John",
"lastName": "Doe",
"displayName": "John Doe",
"pictureUrl": "http://john.doe.picture.url.jpg",
"updatedAt": 1524150524000,
"createAt": 1524150524000,
"preferences": {
"diets": [
"vegetarian",
"vegan"
],
"avoidances": [
"egg",
"celery"
],
"dislikedIngredients": [
{
"name": "milk"
}
],
"householdSizeAdults": 2,
"householdSizeChildren": 1,
"gender": "male",
"cookingSkill": "amateur",
"language": "ko",
"country": "kr"
}
}Sample Request
Response
UserPreferences
Last updated
Was this helpful?