This commit is contained in:
Marcel Pociot
2020-06-16 00:09:04 +02:00
parent 4a56890862
commit 645330f08f
8 changed files with 23 additions and 20 deletions

View File

@@ -38,7 +38,7 @@ The result looks like this:
## Updating the settings
To update the currently active settings, send a POST requests to the `/api/settings` endpoint.
To update the currently active settings, send a POST request to the `/api/settings` endpoint.
The endpoint expects you to send the following data:
@@ -53,4 +53,4 @@ messages.invalid_auth_token: STRING
messages.subdomain_taken: STRING
```
You will receive a response containing the updated configuration as JSON.
You will receive a response containing the updated configuration as JSON.

View File

@@ -69,4 +69,4 @@ This will return a response containing the generated user:
To delete a user on the expose server, you can perform a DELETE request to the `/api/users/{user_id}` endpoint.
> **Note:** The users currently active shared sites will not be disconnected automatically.
> **Note:** The user's currently active shared sites will not be disconnected automatically.