From 2b8e2a54a2bfea9d0c794896ed43c2a92e32600e0a40dfc5e5cde13b0eba71ff Mon Sep 17 00:00:00 2001 From: aslan Date: Thu, 25 Dec 2025 02:35:19 +0100 Subject: [PATCH] Details & auth --- docs/api/auth.md | 2 +- docs/api/community.md | 2 -- docs/api/invite.md | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) 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: