Skip to main content
POST
Validate an action in a conversation message

Authorizations

Authorization
string
header
required

Your DUST API key is a Bearer token.

Path Parameters

wId
string
required

Workspace ID

cId
string
required

Conversation ID

mId
string
required

Message ID

Body

application/json
actionId
string
required

ID of the action to validate

approved
boolean
required

Whether the action is approved or rejected

Response

Action validation successful

success
boolean