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
assetobjectOptional

Response

Validation result
isValidbooleanOptional
errorslist of anyOptional
warningslist of anyOptional

Errors

500
Internal Server Error