Validate a workflow document
Runs deep validation against a workflow object in the request body. Does not load or persist to the database. Returns { isValid, errors, warnings }.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Request
request body
asset
Response
Validation result
isValid
errors
warnings
Errors
500
Internal Server Error