![Wohler 8114-0450 Скачать руководство пользователя страница 112](http://html1.mh-extra.com/html/wohler/8114-0450/8114-0450_user-manual_991539112.webp)
Page
112
6. POST to delete the preset
Method: POST
api/op/preset/<int:presetID>/delete
Example Response:
{
"error"
:
null
,
"params"
: {
"PresetId"
:
4
},
"result"
: {
"PresetId"
:
4
}
}
7. POST to rename group
Method: POST
/api/op/group/<int:groupID>/
newGrpNameSdi
/rename
Example Response:
{
"error"
:
null
,
"params"
: {
"GroupId"
:
1
,
"GroupName"
:
"newGrpNameSdi"
},
"result"
: {
"GroupId"
:
1
,
"GroupName"
:
"newGrpNameSdi"
}
}