24 lines
318 B
Markdown
24 lines
318 B
Markdown
# API Reference
|
|
|
|
## Endpoints
|
|
|
|
### GET /
|
|
|
|
Returns a simple greeting message.
|
|
|
|
**Response**
|
|
|
|
```json
|
|
{
|
|
"message": "Hello, Docker!"
|
|
}
|
|
```
|
|
|
|
## Request and Response Formats
|
|
|
|
All API responses are in JSON format.
|
|
|
|
## Error Handling
|
|
|
|
The API uses standard HTTP status codes to indicate the success or failure of requests.
|