The REST API manager the router belongs to.
Readonly
restCreate a server ban on Guilded.
The created server ban.
serverBans.create('abc', 'abc', 'Spamming');
The ID of the server the member belongs to.
The ID of the server member to ban.
Optional
reason: stringThe reason of the server ban.
Fetch a server ban from Guilded.
The fetched server ban.
serverBans.fetch('abc', 'abc');
The ID of the server the ban belong to.
The ID of the server ban to fetch.
Fetch server bans from Guilded.
The fetched server bans.
serverBans.fetch('abc');
The ID of the server the bans belong to.
The server ban router for the Guilded REST API.
Example