Update view list item by id
Update view list item by id
Authorizations:Token
Query Parameters
id required | integerId value of the ViewList object |
Request Body Schema:
ViewList object that needs to be added list_id | integerList id |
parent | |
variants | ArrayVariants of view list item |
list | stringClass list name |
zone | stringList interface |
child | stringChild class name |
weight | integerChild weight |
tpl | stringTemplate relative path |
version | stringTemplate relative path |
preset | stringTemplate relative path |
list_override | stringClass list name |
weight_override | integerChild weight |
override_mode | integerOverride mode |
Responses
200Success
Response schema:
Success list_id | integerList id |
parent | |
variants | ArrayVariants of view list item |
list | stringClass list name |
zone | stringList interface |
child | stringChild class name |
weight | integerChild weight |
tpl | stringTemplate relative path |
version | stringTemplate relative path |
preset | stringTemplate relative path |
list_override | stringClass list name |
weight_override | integerChild weight |
override_mode | integerOverride mode |