sandboxItemFireWebhook abstract method

  1. @Post(path: '/sandbox/item/fire_webhook')
Future<Response<SandboxItemFireWebhookResponse>> sandboxItemFireWebhook({
  1. @Body() @required SandboxItemFireWebhookRequest? body,
})

Fire a test webhook @param body

Implementation

@Post(path: '/sandbox/item/fire_webhook')
Future<chopper.Response<SandboxItemFireWebhookResponse>>
    sandboxItemFireWebhook(
        {@Body() @required SandboxItemFireWebhookRequest? body});