Skip to main content
PATCH
Update a webhook endpoint

Authorizations

Authorization
string
header
required

API token: tsu_pat_… (PAT) or tsu_proj_… (project token). The token's granted RBAC permissions determine access; see each operation's x-permission.

Path Parameters

projectId
string
required

Project id (UUID) or id-embedded path slug.

endpointId
string
required

Body

application/json
url
string<uri>
Required string length: 1 - 2048
description
string | null
Maximum string length: 500
eventTypes
enum<string>[]
Required array length: 1 - 10 elements
Available options:
translation_key.created,
translation_key.updated,
translation_key.deleted,
translation_value.updated,
branch.created,
branch.merged,
import.completed,
export.completed,
language.added,
language.removed
includeAiGenerated
boolean
status
enum<string>
Available options:
enabled,
disabled

Response

The updated endpoint.

success
boolean
required
data
object
required