deploy
This commit is contained in:
34
skills/licenses/SKILL.md
Normal file
34
skills/licenses/SKILL.md
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user