Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 988 Bytes

EndpointIn.md

File metadata and controls

18 lines (15 loc) · 988 Bytes

# EndpointIn

Properties

Name Type Description Notes
description string [optional] [default to '']
rate_limit int [optional]
uid string Optional unique identifier for the endpoint [optional]
url string
version int [optional] [default to 1]
disabled bool [optional] [default to false]
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]