API Endpoints hinzugefügt

2026-03-01 13:05:14 +01:00
parent 3f4fc03eeb
commit 743f20b90e

25
API-Endpoints.md Normal file

@@ -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]