Skip to main content
POST
Edit an execution's subject or content.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Path Parameters

sequenceId
string
required
executionId
string
required

Body

application/json

Execution data to update

Request body for editing an execution

execution
object
required

Execution data: {id: string (required), subject?: string, content?: string} to update the execution content

Response

Execution updated

Success response

msg
string

Success message