API Endpoints hinzugefügt
25
API-Endpoints.md
Normal file
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]
|
||||||
Reference in New Issue
Block a user