Appearance
API Endpoint Template
Use this page as a starting point for every endpoint.
Summary
Describe what the endpoint does and who should use it.
Endpoint
http
POST /api/exampleAuthentication
State whether the endpoint requires auth and which scheme applies.
Request body
json
{
"example": true
}Response
json
{
"success": true
}Errors
| Status | Meaning |
|---|---|
| 400 | Invalid request |
| 401 | Missing auth |
| 500 | Server error |