This recursively refresh and update template inputs in pipeline
Bad Request
Internal Server Error
This recursively refresh and update template inputs in pipeline
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Validates the template inputs in a pipeline's YAML specification. If the template inputs are invalid, the operation returns an error summary.
Bad Request
Internal Server Error
Returns a validation result for template inputs present in a pipeline's YAML specification.
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}