You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
599 B

---
post:
description: Ban users from group
requestBody:
required: true
content:
application/x-www-form-urlencoded:
schema:
type: object
required:
- group
properties:
group:
type: string
items:
type: array
items:
type: string
responses:
'200':
description: ban users response
content:
application/json:
schema:
type: object
properties:
feedback:
type: object