test-cases
Create a test case
Create a new test case with an initial version snapshot.
post/v1/test-cases
Headers
x-api-keystring
Request body
Example request
{
"steps": [
{
"kind": "setup"
}
],
"priority": "Low",
"variables": [
{
"name": "branch",
"type": "string"
}
]
}Response
Test case created
Example response
{
"warnings": [
{
"code": "undeclared_reference"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.