checkUrlDomainBanStatus abstract method
- @POST.new('/admin/bans/url-domain/check')
- @Body.new() required BanUrlDomainRequest body,
Check URL domain ban status.
Query whether a URL domain is currently banned from being linked.
body - Name not received - field will be skipped.
Implementation
@POST('/admin/bans/url-domain/check')
Future<BanCheckResponseSchema> checkUrlDomainBanStatus({
@Body() required BanUrlDomainRequest body,
});