Account Erstellen

POST /musikbot/user

Query parameters

  • username string Required

    Username des Accounts

  • password string Required

    Passwort für den Account

  • email string Required

    E-Mail Adresse

  • storage integer Required

    Speicherplatz in Bytes

  • bots integer Required

    Anzahl an instanzen die der Kunde zur verfügung hat

Responses

POST /musikbot/user
curl \
 -X POST https://api.famesystems.de/musikbot/user?username=string&password=string&email=string&storage=42&bots=42 \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "id": "1",
  "username": "string",
  "email": "string",
  "storage": "68983114",
  "bots": "1"
}
Response examples (200)
{
  "id": "1",
  "username": "string",
  "email": "string",
  "storage": "68983114",
  "bots": "1"
}