Create a new test case
POST/api/v1/testcases
Create a new test case
Request
- application/json
Body
Array [
]
inputs object[]
name string
validators
object[]
jpath string
regex string
resource string
Responses
- 201
- 400
- 500
Created
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
createdAt date-time
error string
id string
inputs object[]
name string
updatedAt date-time
validators
object[]
jpath string
regex string
resource string
{
"createdAt": "2024-07-29T15:51:28.071Z",
"error": "string",
"id": "string",
"name": "string",
"updatedAt": "2024-07-29T15:51:28.071Z"
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...