Skip to main content
PATCH
/
tools
/
{id}
Update tool
curl --request PATCH \
  --url https://api.goyappr.com/tools/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>",
  "config": {}
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "description": "<string>",
  "type": "webhook",
  "config": {},
  "is_active": true,
  "created_at": "2023-11-07T05:31:56Z"
}

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

Response

200 - application/json

Updated tool

id
string<uuid>
name
string
description
string | null
type
enum<string>
Available options:
webhook,
system
config
object
is_active
boolean
created_at
string<date-time>