mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-29 09:50:20 +00:00
20 lines
419 B
HTTP
20 lines
419 B
HTTP
@SpacebarAdminApi_HostAddress = http://localhost:5112
|
|
|
|
POST {{Spacebar.AdminApi_HostAddress}}/_spacebar/admin/guilds/1473141782615941382/force_join
|
|
Content-Type: application/json
|
|
Accept: application/json
|
|
|
|
{
|
|
"MakeOwner": true,
|
|
"UserId": "1006598230156341276"
|
|
}
|
|
|
|
###
|
|
|
|
GET {{SpacebarAdminApi_HostAddress}}/_spacebar/admin/discovery
|
|
Content-Type: application/json
|
|
Accept: application/json
|
|
Authorization: null null
|
|
|
|
###
|