Appearance
Authentication Example
This is an example of how to document authentication in a clear, reusable way.
Overview
Describe the auth scheme in one short paragraph.
Request
http
POST /api/auth/login
Authorization: Bearer <token>
Content-Type: application/jsonResponse
json
{
"accessToken": "eyJhbGciOi..."
}Common errors
401 Unauthorized403 Forbidden429 Too Many Requests