Skip to main content
PATCH
Update tool
When config is supplied, send the complete webhook configuration. It is normalized and validated using the same rules as Create Tool, including public-target checks, the 1–60 second timeout range, safe request headers, camelCase parameter names, and one-attempt action dispatch. Tool schemas are snapshotted when a call starts. An updated extraction schema applies to new calls; it does not mutate a call already in progress.

Authorizations

Authorization
string
header
required

Your Yappr API key (e.g. ypr_live_...). Generate one in the dashboard under Settings → API Keys.

Path Parameters

id
string<uuid>
required

Body

application/json
name
string
description
string
config
object
is_active
boolean

Response

200 - application/json

Updated tool

id
string<uuid>
name
string

Normalized to camelCase (e.g. 'capture_lead' → 'captureLead')

description
string | null
type
enum<string>
Available options:
webhook,
function
config
object
is_active
boolean
created_at
string<date-time>
updated_at
string<date-time>