Skip to main content
POST
Validate Manifest

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
manifest_file
string
required

YAML manifest file

Response

Successful Response

Result of validating a manifest.

valid
boolean
required

Whether the manifest is valid

resources
Resources · object

Count of each resource type

missing_secrets
string[]

Secret names referenced but not configured

errors
string[]

Validation errors

warnings
string[]

Validation warnings