deploy
This commit is contained in:
46
skills/identity/SKILL.md
Normal file
46
skills/identity/SKILL.md
Normal file
@@ -0,0 +1,46 @@
|
||||
---
|
||||
name: identity-routes
|
||||
description: Handle 4 OpenAPI operation(s) under /identity for the identity route group.
|
||||
---
|
||||
|
||||
# identity API Routes
|
||||
|
||||
Handle 4 OpenAPI operation(s) under /identity for the identity 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
|
||||
|
||||
### identity_get
|
||||
|
||||
- Operation ID: `identity_get`
|
||||
- Route: `POST /identity/get`
|
||||
- Mode: WRITE
|
||||
- Summary: Retrieve identity data
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### identity_documents_uploads_get
|
||||
|
||||
- Operation ID: `identity_documents_uploads_get`
|
||||
- Route: `POST /identity/documents/uploads/get`
|
||||
- Mode: WRITE
|
||||
- Summary: Returns uploaded document identity
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### identity_match
|
||||
|
||||
- Operation ID: `identity_match`
|
||||
- Route: `POST /identity/match`
|
||||
- Mode: WRITE
|
||||
- Summary: Retrieve identity match score
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### identity_refresh
|
||||
|
||||
- Operation ID: `identity_refresh`
|
||||
- Route: `POST /identity/refresh`
|
||||
- Mode: WRITE
|
||||
- Summary: Refresh identity data
|
||||
- Body: JSON request body accepted.
|
||||
Reference in New Issue
Block a user