35 lines
920 B
Markdown
35 lines
920 B
Markdown
---
|
|
name: licenses-routes
|
|
description: Handle 2 OpenAPI operation(s) under /licenses for the licenses route group.
|
|
---
|
|
|
|
# licenses API Routes
|
|
|
|
Handle 2 OpenAPI operation(s) under /licenses for the licenses 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
|
|
|
|
### licenses_get_all_commonly_used
|
|
|
|
- Operation ID: `licenses_get_all_commonly_used`
|
|
- Route: `GET /licenses`
|
|
- Mode: READ
|
|
- Summary: Get all commonly used licenses
|
|
- Parameters:
|
|
- `featured` in `query`
|
|
- `per_page` in `query`
|
|
- `page` in `query`
|
|
|
|
### licenses_get
|
|
|
|
- Operation ID: `licenses_get`
|
|
- Route: `GET /licenses/{license}`
|
|
- Mode: READ
|
|
- Summary: Get a license
|
|
- Parameters:
|
|
- `license` in `path` required
|