Skip to main content
Version: 4.7.8

Update an existing test case

Update an existing test case

Request Body required
    id uuid required

    ID of the test case to update

    name string nullable

    Name of the test case

    inputs object nullable

    Inputs for the test case

    expectedOutputs object nullable

    Expected outputs for the test case

    archived boolean nullable

    Archive status for the test case

Responses

Test case updated successfully


Schema
    caseId string

    ID of the updated test case

Loading...