Skip to main content
PUT
Update an action

Authorizations

Authorization
string
header
required

JWT token obtained from token exchange

Path Parameters

name
string
required

Action name

Pattern: ^[a-z0-9_]+$
Example:

"send_email"

Body

application/json
description
string

Human-readable description of the action

Required string length: 1 - 500
Example:

"Updated: Send an email to a specified recipient"

webhook_url
string<uri>

URL where the action will be executed

Example:

"https://your-server.com/v2/actions/send_email"

json_schema
object

JSON Schema defining the action's parameters

Example:

Response

Action updated successfully

action
object