Skip to main content
POST
Create a server

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required
description
string | null
iconUrl
string | null
isPublic
boolean | null
tags
string[] | null

Response

Success

id
string<uuid>
name
string
iconUrl
string | null
bannerUrl
string | null
description
string | null
ownerId
string<uuid>
isPublic
boolean
requireApproval
boolean
entranceChannelId
string<uuid> | null
afkChannelId
string<uuid> | null
jtcChannelId
string<uuid> | null
tags
string[]
createdAt
string<date-time>