Skip to main content

Create a new test suite

POST 

/api/v1/testsuites

Create a new test suite

Request

Body

    cases

    object[]

  • Array [

  • inputs object[]
    name string

    validators

    object[]

  • Array [

  • jpath string
    regex string
    resource string
  • ]

  • ]

  • description string
    inputSchema integer[]
    name string

Responses

Created

Schema

    cases

    object[]

  • Array [

  • inputs object[]
    name string

    validators

    object[]

  • Array [

  • jpath string
    regex string
    resource string
  • ]

  • ]

  • createdAt date-time
    description string
    error string
    id string
    inputSchema integer[]
    name string
    updatedAt date-time
Loading...