33 lines
992 B
Markdown
33 lines
992 B
Markdown
---
|
|
name: content-routes
|
|
description: Handle 2 OpenAPI operation(s) under /content/{file_path} for the content route group.
|
|
---
|
|
|
|
# content API Routes
|
|
|
|
Handle 2 OpenAPI operation(s) under /content/{file_path} for the content route group.
|
|
|
|
Use the generated operation tools to make real API calls. Do not invent API responses.
|
|
If a tool reports missing setup, return the exact setup field name to the caller.
|
|
For write, update, or delete operations, state the intended action before calling the tool.
|
|
|
|
## Operations
|
|
|
|
### serve_content_file_content_file_path_get
|
|
|
|
- Operation ID: `serve_content_file_content_file_path_get`
|
|
- Route: `GET /content/{file_path}`
|
|
- Mode: READ
|
|
- Summary: Serve a content file
|
|
- Parameters:
|
|
- `file_path` in `path` required
|
|
|
|
### head_content_file_content_file_path_head
|
|
|
|
- Operation ID: `head_content_file_content_file_path_head`
|
|
- Route: `HEAD /content/{file_path}`
|
|
- Mode: READ
|
|
- Summary: Get content file metadata
|
|
- Parameters:
|
|
- `file_path` in `path` required
|