ReferenceAPIOperationsPipelines
Validate pipeline config
Validates a pipeline configuration without persisting it.
Operation ID
validate_pipelineValidates a pipeline configuration without persisting it.
Authorization
bearer_auth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v1/pipelines/validate" \ -H "Content-Type: application/json" \ -d '{}'{ "errors": [ "string" ], "valid": true}