Skip to main content
POST
Check
Regenerates types and runs the type-check and config validation. appId is optional and scopes workflow validation. Fix everything it reports before committing.

Authorizations

Authorization
string
header
required

Enter your Zite API key. Format: Bearer <api_key>

Path Parameters

sessionId
string
required

The build session ID from Open a session.

Body

application/json
appId
string

Optional. Scopes endpoint validation to one app.

Example:

"app_a1b2c3"

Response

Check result

ok
boolean

True when the check passed with no diagnostics.

diagnostics
string | null

Type-check output. Null when ok is true.