Skip to main content
PUT
Update a simulation suite

Authorizations

x-api-key
string
header
required

Path Parameters

suite_id
string<uuid>
required

Body

application/json
name
string | null
Required string length: 1 - 255
description
string | null
Maximum string length: 2000
is_active
boolean | null

Response

Successful Response

id
string<uuid>
required
organization_id
string<uuid>
required
name
string
required
is_active
boolean
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
description
string | null
created_by
string | null
items
SimulationSuiteItemResponse · object[]