Tag updated
Fired when an existing tag is updated.
Headers
svix-id
Unique identifier for this webhook delivery. Header names are case-insensitive.
svix-timestamp
Unix timestamp used when verifying the webhook signature. Header names are case-insensitive.
svix-signature
Signature for the raw webhook payload. Use this with the delivery ID, timestamp, and your endpoint secret to verify authenticity. Header names are case-insensitive.
Payload
The payload of this webhook request is an object.
id
Unique event identifier.
type
Event types emitted for tag webhooks.
Allowed values:
api_version
API version used when the event was generated.
created_at
Timestamp when the event was created.
workspace_id
Workspace that owns the resource.
data
Response
2XX
Return any 2xx status to acknowledge receipt.