From 743f20b90e55a1d83ea01b6c4a149a1c2001409a Mon Sep 17 00:00:00 2001 From: MiauRizius Date: Sun, 1 Mar 2026 13:05:14 +0100 Subject: [PATCH] =?UTF-8?q?API=20Endpoints=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- API-Endpoints.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 API-Endpoints.md diff --git a/API-Endpoints.md b/API-Endpoints.md new file mode 100644 index 0000000..992ef93 --- /dev/null +++ b/API-Endpoints.md @@ -0,0 +1,25 @@ +# API Endpoints + +## [POST] [api/login] + +### Description +[Kurze Beschreibung der Funktion] + +### Authentication +None + +### Parameters +**Body (JSON):** +```json +{ + "field": "type" +} + +``` + +### Responses + +* **200 OK**: [Description / Example Body] +* **400 Bad Request**: [Description] +* **401 Unauthorized**: [Description] +* **500 Internal Server Error**: [Description] \ No newline at end of file