Last updated 3 months ago
Create a new ban
If true it will forcefully overwritten any pre-existing ban with this updated data.
OK
const response = await fetch('https://sentinel.metatable.dev/api/v1/ban-async', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "overwrite": false, "userId": 0, "experienceId": 0, "banModerator": 0, "banType": "Experience", "banLengthType": "Temporary", "banLength": "text", "banPrivateReason": "text", "banPublicReason": "text" }), }); const data = await response.json();
{ "status": "ok" }