Skip to main content
POST
/
apps
/
{app_id}
/
workflows
/
{workflow_id}
/
tests
/
expectations
{
  "id": "<string>",
  "name": "<string>",
  "script": "<string>",
  "created_at": "2023-12-25",
  "updated_at": "2023-12-25"
}

Path Parameters

app_id
string
required
workflow_id
string
required

Body

name
string
required
Required string length: 1 - 256
script
string
required
Maximum length: 10240

Response

200 - application/json
id
string
required
name
string
required
Required string length: 1 - 256
script
string
required
Maximum length: 10240
created_at
string<date> | null
required
updated_at
string<date> | null
required