Skip to main content
POST
Compile a test version

Authorizations

Authorization
string
header
required

Access token issued by WorkOS AuthKit.

Path Parameters

test_version_id
string<uuid>
required

Body

application/json
twins
string[]
required

Catalog slugs of the twins whose APIs the outcomes are about.

Required array length: 1 - 10 elements
Required string length: 1 - 100

Response

Successful Response

id
string<uuid>
required
test_version_id
string<uuid>
required
version
integer
required
status
enum<string>
required
Available options:
pending,
running,
ready,
error
twins
string[]
required
created_at
string<date-time>
required
rules
Rule · object[] | null

The frozen matchers, once the bundle is ready.

error_message
string | null