updateWebhookIntegrationExtraHeaders method
PUT /{version}/webhooks/integration/extra-headers
Implementation
Future<Object?> updateWebhookIntegrationExtraHeaders(
{Map<String, Object?>? query,
Object? body,
Map<String, String>? headers}) {
return transport.send(
route: '/{version}/webhooks/integration/extra-headers',
method: 'PUT',
query: query,
body: body,
headers: headers,
pathParams: null,
);
}