1.5 KiB
1.5 KiB
name, description
| name | description |
|---|---|
| file-links-routes | Handle 4 OpenAPI operation(s) under /v1/file_links for the file links route group. |
file links API Routes
Handle 4 OpenAPI operation(s) under /v1/file_links for the file links 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
get_file_links
- Operation ID:
get_file_links - Route:
GET /v1/file_links - Mode: READ
- Summary: List all file links
- Parameters:
createdinqueryending_beforeinqueryexpandinqueryexpiredinqueryfileinquerylimitinquerystarting_afterinquery
- Body: JSON request body accepted.
post_file_links
- Operation ID:
post_file_links - Route:
POST /v1/file_links - Mode: WRITE
- Summary: Create a file link
- Body: JSON request body accepted.
get_file_links_link
- Operation ID:
get_file_links_link - Route:
GET /v1/file_links/{link} - Mode: READ
- Summary: Retrieve a file link
- Parameters:
expandinquerylinkinpathrequired
- Body: JSON request body accepted.
post_file_links_link
- Operation ID:
post_file_links_link - Route:
POST /v1/file_links/{link} - Mode: WRITE
- Summary: Update a file link
- Parameters:
linkinpathrequired
- Body: JSON request body accepted.