diff --git a/docs/api/auth.md b/docs/api/auth.md index c430b14..2617369 100644 --- a/docs/api/auth.md +++ b/docs/api/auth.md @@ -59,7 +59,7 @@ Logs in a user and returns a new session ```json { - "ownerId": "string", + "username": "string", "error": "incorrect credentials" } ``` diff --git a/docs/api/community.md b/docs/api/community.md index b251a45..d9dc23e 100644 --- a/docs/api/community.md +++ b/docs/api/community.md @@ -1,7 +1,5 @@ ## GET /api/v1/community/{id} -_Requires an authentication header_ - Returns a community with id = {id} ### Response: diff --git a/docs/api/invite.md b/docs/api/invite.md index 1deb55e..b725c54 100644 --- a/docs/api/invite.md +++ b/docs/api/invite.md @@ -1,7 +1,5 @@ ## GET /api/v1/invite/{id} -_Requires an authentication header_ - Returns an invite with id = {id} ### Response: