itemWebhookUpdatePost abstract method
- @Post.new(path: '/item/webhook/update')
- @Body.new() required ItemWebhookUpdateRequest? body,
Update Webhook URL
Implementation
@Post(path: '/item/webhook/update')
Future<chopper.Response<ItemWebhookUpdateResponse>> itemWebhookUpdatePost(
{@Body() required ItemWebhookUpdateRequest? body});