deploy
This commit is contained in:
38
skills/oauth2/SKILL.md
Normal file
38
skills/oauth2/SKILL.md
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
name: oauth2-routes
|
||||
description: Handle 3 OpenAPI operation(s) under /oauth2 for the oauth2 route group.
|
||||
---
|
||||
|
||||
# oauth2 API Routes
|
||||
|
||||
Handle 3 OpenAPI operation(s) under /oauth2 for the oauth2 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
|
||||
|
||||
### post_oauth2_token
|
||||
|
||||
- Operation ID: `post_oauth2_token`
|
||||
- Route: `POST /oauth2/token`
|
||||
- Mode: WRITE
|
||||
- Summary: Request access token
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### post_oauth2_token_refresh
|
||||
|
||||
- Operation ID: `post_oauth2_token_refresh`
|
||||
- Route: `POST /oauth2/token#refresh`
|
||||
- Mode: WRITE
|
||||
- Summary: Refresh access token
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### post_oauth2_revoke
|
||||
|
||||
- Operation ID: `post_oauth2_revoke`
|
||||
- Route: `POST /oauth2/revoke`
|
||||
- Mode: WRITE
|
||||
- Summary: Revoke access token
|
||||
- Body: JSON request body accepted.
|
||||
Reference in New Issue
Block a user