deploy
This commit is contained in:
57
skills/apple-pay/SKILL.md
Normal file
57
skills/apple-pay/SKILL.md
Normal file
@@ -0,0 +1,57 @@
|
||||
---
|
||||
name: apple-pay-routes
|
||||
description: Handle 4 OpenAPI operation(s) under /v1/apple_pay/domains for the apple pay route group.
|
||||
---
|
||||
|
||||
# apple pay API Routes
|
||||
|
||||
Handle 4 OpenAPI operation(s) under /v1/apple_pay/domains for the apple pay 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
|
||||
|
||||
### get_apple_pay_domains
|
||||
|
||||
- Operation ID: `get_apple_pay_domains`
|
||||
- Route: `GET /v1/apple_pay/domains`
|
||||
- Mode: READ
|
||||
- Summary: <p>List apple pay domains.</p>
|
||||
- Parameters:
|
||||
- `domain_name` in `query`
|
||||
- `ending_before` in `query`
|
||||
- `expand` in `query`
|
||||
- `limit` in `query`
|
||||
- `starting_after` in `query`
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### post_apple_pay_domains
|
||||
|
||||
- Operation ID: `post_apple_pay_domains`
|
||||
- Route: `POST /v1/apple_pay/domains`
|
||||
- Mode: WRITE
|
||||
- Summary: <p>Create an apple pay domain.</p>
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### delete_apple_pay_domains_domain
|
||||
|
||||
- Operation ID: `delete_apple_pay_domains_domain`
|
||||
- Route: `DELETE /v1/apple_pay/domains/{domain}`
|
||||
- Mode: WRITE
|
||||
- Summary: <p>Delete an apple pay domain.</p>
|
||||
- Parameters:
|
||||
- `domain` in `path` required
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### get_apple_pay_domains_domain
|
||||
|
||||
- Operation ID: `get_apple_pay_domains_domain`
|
||||
- Route: `GET /v1/apple_pay/domains/{domain}`
|
||||
- Mode: READ
|
||||
- Summary: <p>Retrieve an apple pay domain.</p>
|
||||
- Parameters:
|
||||
- `domain` in `path` required
|
||||
- `expand` in `query`
|
||||
- Body: JSON request body accepted.
|
||||
Reference in New Issue
Block a user