Preparing search index...
The search index is not available
@crowdin/crowdin-api-client
@crowdin/crowdin-api-client
WebhooksModel
AddWebhookRequest
Interface AddWebhookRequest
interface
AddWebhookRequest
{
batchingEnabled
?:
boolean
;
contentType
?:
ContentType
;
events
:
WebhooksModel
.
Event
[]
;
headers
?:
Record
<
string
,
string
>
;
isActive
?:
boolean
;
name
:
string
;
payload
?:
Record
<
string
,
any
>
;
requestType
:
RequestType
;
url
:
string
;
}
Index
Properties
batching
Enabled?
content
Type?
events
headers?
is
Active?
name
payload?
request
Type
url
Properties
Optional
batching
Enabled
batching
Enabled
?:
boolean
Optional
content
Type
content
Type
?:
ContentType
events
events
:
WebhooksModel
.
Event
[]
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
is
Active
is
Active
?:
boolean
name
name
:
string
Optional
payload
payload
?:
Record
<
string
,
any
>
request
Type
request
Type
:
RequestType
url
url
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
batching
Enabled
content
Type
events
headers
is
Active
name
payload
request
Type
url
@crowdin/crowdin-api-client
Loading...