Validate action for NPC

View as Markdown

NPC-scoped validation using rule context for the given npcId.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

npcIdstringRequired

Request

This endpoint expects an object.
actionobjectRequired
contextobject or nullOptional

Response

Validation result
validboolean
reasonstring or null
correctedActionobject or null