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

modelIdstringRequiredformat: "^[0-9a-fA-F]{24}$"
Resource model ID

Request

properties
actionslist of objectsOptional

Response

response
object
A success response from an API method
OR
object
A failure response from an API method

Errors

500
Internal Server Error