1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-09 20:02:32 +01:00

Merge pull request #57 from erkinalp/patch-3

correct the verb used for STOP route
This commit is contained in:
Madeline 2023-02-28 21:58:52 +11:00 committed by GitHub
commit 3633ce8b58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ is generated through the `npm run generate:rights` script. The script generates
Operator rights currently grants access to the following, in addition to all rights:
- Server shutdown through GET `/api/stop`
- Server shutdown through POST `/api/stop`
- [Registration token creation](regTokens.md) through GET `/api/auth/generate-registration-tokens`
## Calculator