deploy
This commit is contained in:
54
skills/partner/SKILL.md
Normal file
54
skills/partner/SKILL.md
Normal file
@@ -0,0 +1,54 @@
|
||||
---
|
||||
name: partner-routes
|
||||
description: Handle 5 OpenAPI operation(s) under /partner/customer for the partner route group.
|
||||
---
|
||||
|
||||
# partner API Routes
|
||||
|
||||
Handle 5 OpenAPI operation(s) under /partner/customer for the partner 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
|
||||
|
||||
### partner_customer_create
|
||||
|
||||
- Operation ID: `partner_customer_create`
|
||||
- Route: `POST /partner/customer/create`
|
||||
- Mode: WRITE
|
||||
- Summary: Creates a new end customer for a Plaid reseller.
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### partner_customer_get
|
||||
|
||||
- Operation ID: `partner_customer_get`
|
||||
- Route: `POST /partner/customer/get`
|
||||
- Mode: WRITE
|
||||
- Summary: Returns a Plaid reseller's end customer.
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### partner_customer_enable
|
||||
|
||||
- Operation ID: `partner_customer_enable`
|
||||
- Route: `POST /partner/customer/enable`
|
||||
- Mode: WRITE
|
||||
- Summary: Enables a Plaid reseller's end customer in the Production environment.
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### partner_customer_remove
|
||||
|
||||
- Operation ID: `partner_customer_remove`
|
||||
- Route: `POST /partner/customer/remove`
|
||||
- Mode: WRITE
|
||||
- Summary: Removes a Plaid reseller's end customer.
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### partner_customer_oauth_institutions_get
|
||||
|
||||
- Operation ID: `partner_customer_oauth_institutions_get`
|
||||
- Route: `POST /partner/customer/oauth_institutions/get`
|
||||
- Mode: WRITE
|
||||
- Summary: Returns OAuth-institution registration information for a given end customer.
|
||||
- Body: JSON request body accepted.
|
||||
Reference in New Issue
Block a user