File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1571
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-7af102e2f912eabbee2bcef5940326458c5568c07e57297f6b2b46c2ea3259a8 .yml
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-bcf7617272ec0b0db145fbe356f804b8261a42c820975eb2c52c0ce0ae39f2cb .yml
Original file line number Diff line number Diff line change @@ -152,10 +152,6 @@ type Webhooks struct {
152
152
// The name of the webhook destination. This will be included in the request body
153
153
// when you receive a webhook notification.
154
154
Name string `json:"name"`
155
- // Optional secret that will be passed in the `cf-webhook-auth` header when
156
- // dispatching generic webhook notifications or formatted for supported
157
- // destinations. Secrets are not returned in any API response body.
158
- Secret string `json:"secret"`
159
155
// Type of webhook endpoint.
160
156
Type WebhooksType `json:"type"`
161
157
// The POST endpoint to call when dispatching a notification.
@@ -170,7 +166,6 @@ type webhooksJSON struct {
170
166
LastFailure apijson.Field
171
167
LastSuccess apijson.Field
172
168
Name apijson.Field
173
- Secret apijson.Field
174
169
Type apijson.Field
175
170
URL apijson.Field
176
171
raw string
You can’t perform that action at this time.
0 commit comments