WebhookTestRequest
Properties
Name | Type | Description | Notes |
---|---|---|---|
headers | Map<String, String> | ||
method | MethodEnum | ||
payload | String | [optional] | |
url | String |
Enum: MethodEnum
Name | Value |
---|---|
GET | "GET" |
HEAD | "HEAD" |
POST | "POST" |
PUT | "PUT" |
PATCH | "PATCH" |
DELETE | "DELETE" |
OPTIONS | "OPTIONS" |
TRACE | "TRACE" |