Skip to main content
PATCH
Update wallet automation

Authorizations

Authorization
string
header
required

Basic Auth header with your app ID as the username and your app secret as the password.

Headers

privy-app-id
string
required

ID of your Privy app.

Path Parameters

automation_id
string
required

ID of the wallet automation.

Body

application/json

Request body for updating a wallet automation.

config
AutomationConfigInput · object

Full configuration for a wallet automation (trigger + action) accepting human-readable aliases.

name
string | null
Required string length: 1 - 100
enabled
boolean
owner_id
string<cuid2> | null

A unique identifier for a key quorum.

Response

200 - application/json

The updated wallet automation.

A wallet automation.

id
string
required
app_id
string
required
name
string | null
required
status
enum<string>
required

Automation lifecycle state: 'enabled' = running, 'disabled' = not running.

Available options:
enabled,
disabled
owner_id
string | null
required
config
AutomationConfig · object
required

Full configuration for a wallet automation (trigger + action).

created_at
string
required
updated_at
string
required