Skip to main content
POST
Lint Manifest

Authorizations

Authorization
string
header
required

Mixpeek API key, sent as Authorization: Bearer mxp_sk_.... Create one in Studio under Settings → API Keys, or with an admin key via POST /v1/organizations/users/{user_email}/api-keys. A missing header returns 403; an invalid or revoked key returns 401.

Query Parameters

skip_rules
string[]

Rule codes to skip (e.g., MISSING_DESCRIPTION)

Body

multipart/form-data
manifest_file
file
required

YAML manifest file

Response

Successful Response

Response from the lint endpoint.

Example: { "valid": true, "results": [...], "summary": {"error": 0, "warning": 2, "info": 3} }

valid
boolean
required

Whether the manifest is valid (no errors, warnings OK)

results
LintResult · object[]

List of lint results

summary
Summary · object

Count of results by severity