Foorack / Max Faxälv
Foorack / Max Faxälv
We are getting several requests regarding how to upload Files. Right now I would say File API is the most complex part of the publicly documented API. Each "File" is...
Most likely a "displayName" parameter in body to `PUT /users/{userId}`, just like how other attributes are updated, but needs to be validated. Thanks to abbey#04xx for pointing this out
These are used e.g., when adding or removing language tags from your own profile. I am not sure why there is a specific endpoint for this, and why it doesn't...
* PUT /users/{yourID} Blocked (kinda) by #65 ```json { "revertDisplayName": true, "currentPassword": "password" } ``` apiKey and auth required  With password:    Success returns CurrentUser `pastDisplayName` is:...
POST `/user/{userId}/votekick` Would this fall under PlayerModeration API?
Although also admin-only. Should be very easy to copy over the query param.
* `invite/${receiverUserId}/photo` * `requestInvite/{receiverUserId}/photo`
In the project of having feature-parity with Docsify, I noticed we technically lack: * POST `/auth/register` * POST `/auth/user/resendEmail` * GET `/auth/verifyLoginPlace`
Probably similar to `WorldCreateNotAllowedYetError`, but needs to be double checked.