Skip to main content
POST
Validate a pipeline repo

Authorizations

Authorization
string
header
required

Use a Bearer token for authentication. Submit the token using the Authorization header: Authorization: Bearer <token>.

Path Parameters

buildSpecId
string<uuid>
required

Response

The validation result.

valid
boolean
required

True when no problems were found.

problems
string[]
required

Advisory problems found in the repo; empty when valid.