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