参数

    要更新的Web场景属性。

    Returns an object containing the IDs of the updated web scenarios under the property.

    示例

    Enabling a web scenario

    Request:

    1. {
    2. "jsonrpc": "2.0",
    3. "result": {
    4. "httptestids": [
    5. ]
    6. },
    7. "id": 1
    8. }

    来源

    CHttpTest::update() in frontends/php/include/classes/api/services/CHttpTest.php.