Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 925 Bytes

EndpointPatch.md

File metadata and controls

18 lines (15 loc) · 925 Bytes

# EndpointPatch

Properties

Name Type Description Notes
description string [optional]
rate_limit int [optional]
uid string The ep's UID [optional]
url string [optional]
version int [optional]
disabled bool [optional]
filter_types string[] [optional]
channels string[] [optional]
secret string The endpoint's verification secret. If `null` is passed, a secret is automatically generated. Format: `base64` encoded random bytes optionally prefixed with `whsec_`. Recommended size: 24. [optional]
metadata array<string,string> [optional]

[Back to Model list] [Back to API list] [Back to README]