mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
wip
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user