Update basic details of a Shopping List
This endpoint allows you to update the shopping list name or set/reset it as primary.
Update Shopping List
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"list": {
"id": "string",
"name": "string",
"primary": true
}
}{
"error_code": "REAL_CODES_ARE_IN_ENDPOINT_DESCRIPTION",
"message": "Additional details about error are not static and can be changed"
}{
"code": "auth.tokenNotFound"
}This is unexpected response, something is wrong on our side, please contact: [email protected]Request Body Object Example
Sample Request and Response
Last updated
Was this helpful?