test-cases
Update a test case
Partially update a test case. Automatically creates a new version snapshot.
patch/v1/test-cases/{test_case_id}
Path parameters
test_case_idstring required
Headers
x-api-keystring
Request body
Example request
{
"steps": [
{
"kind": "setup"
}
],
"variables": [
{
"name": "branch",
"type": "string"
}
]
}Response
Test case updated
Example response
{
"warnings": [
{
"code": "undeclared_reference"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.