|
| web.Response | post (self, web.Request request, str item_id) |
| |
|
| string | name = "api:shopping_list:item:id" |
| |
| string | url = "/api/shopping_list/item/{item_id}" |
| |
View to retrieve shopping list content.
Definition at line 421 of file __init__.py.
◆ post()
| web.Response homeassistant.components.shopping_list.UpdateShoppingListItemView.post |
( |
|
self, |
|
|
web.Request |
request, |
|
|
str |
item_id |
|
) |
| |
Update a shopping list item.
Definition at line 427 of file __init__.py.
◆ name
| string homeassistant.components.shopping_list.UpdateShoppingListItemView.name = "api:shopping_list:item:id" |
|
static |
◆ url
| string homeassistant.components.shopping_list.UpdateShoppingListItemView.url = "/api/shopping_list/item/{item_id}" |
|
static |
The documentation for this class was generated from the following file:
- core/homeassistant/components/shopping_list/__init__.py