Details & auth

This commit is contained in:
Aslan 2025-12-25 02:35:19 +01:00
parent a85fc8a49d
commit 2b8e2a54a2
3 changed files with 1 additions and 5 deletions

View file

@ -59,7 +59,7 @@ Logs in a user and returns a new session
```json
{
"ownerId": "string",
"username": "string",
"error": "incorrect credentials"
}
```

View file

@ -1,7 +1,5 @@
## GET /api/v1/community/{id}
_Requires an authentication header_
Returns a community with id = {id}
### Response:

View file

@ -1,7 +1,5 @@
## GET /api/v1/invite/{id}
_Requires an authentication header_
Returns an invite with id = {id}
### Response: