Details & auth
This commit is contained in:
parent
a85fc8a49d
commit
2b8e2a54a2
3 changed files with 1 additions and 5 deletions
|
|
@ -59,7 +59,7 @@ Logs in a user and returns a new session
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"ownerId": "string",
|
"username": "string",
|
||||||
"error": "incorrect credentials"
|
"error": "incorrect credentials"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,5 @@
|
||||||
## GET /api/v1/community/{id}
|
## GET /api/v1/community/{id}
|
||||||
|
|
||||||
_Requires an authentication header_
|
|
||||||
|
|
||||||
Returns a community with id = {id}
|
Returns a community with id = {id}
|
||||||
|
|
||||||
### Response:
|
### Response:
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,5 @@
|
||||||
## GET /api/v1/invite/{id}
|
## GET /api/v1/invite/{id}
|
||||||
|
|
||||||
_Requires an authentication header_
|
|
||||||
|
|
||||||
Returns an invite with id = {id}
|
Returns an invite with id = {id}
|
||||||
|
|
||||||
### Response:
|
### Response:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue