参数
要更新的Web场景属性。
Returns an object containing the IDs of the updated web scenarios under the property.
示例
Enabling a web scenario
Request:
- {
- "jsonrpc": "2.0",
- "result": {
- "httptestids": [
- ]
- },
- "id": 1
- }
来源
CHttpTest::update() in frontends/php/include/classes/api/services/CHttpTest.php.