Validate a workflow
Loads a stored workflow by id, runs deep validation, persists errors/warnings when they change, and returns { isValid, errors, warnings }.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
id
The _id of the workflow to validate
Response
Validation result; errors/warnings also persisted on the stored workflow when changed
isValid
errors
warnings
Errors
500
Internal Server Error