/unban-async

post
Authorizations
Query parameters
specificBanGuidstringOptional
Body
userIdnumberRequired
experienceIdnumberRequired
reasonstringRequired
Responses
200
OK
application/json
post
POST /api/v1/unban-async HTTP/1.1
Host: sentinel.metatable.dev
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 45

{
  "userId": 1,
  "experienceId": 1,
  "reason": "text"
}
200

OK

{
  "status": "ok"
}

Last updated

Was this helpful?