Validate the actions defined on a resource model
This method validates the actions on a resource model. Each validation report has an associate severity, and designates whether or not it will prevent the action from saving, prevent the model from running, or both. It accepts pending edits to actions in the optional 'actions' body parameter in order to check for validation issues on unsaved, pending changes to an action.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
modelId
Resource model ID
Request
properties
actions
Response
response
A success response from an API method
OR
A failure response from an API method
Errors
500
Internal Server Error