chore(docs): Generated API Reference (#4706)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
committed by
GitHub
parent
efdea04963
commit
658339767b
@@ -1,18 +1,20 @@
|
||||
get:
|
||||
operationId: GetPublishableApiKeySalesChannels
|
||||
summary: List SalesChannels
|
||||
description: List PublishableApiKey's SalesChannels
|
||||
summary: List Sales Channels
|
||||
description: >-
|
||||
List the sales channels associated with a publishable API key. The sales
|
||||
channels can be filtered by fields such as `q`.
|
||||
x-authenticated: true
|
||||
parameters:
|
||||
- in: path
|
||||
name: id
|
||||
required: true
|
||||
description: The ID of the Publishable Api Key.
|
||||
description: The ID of the publishable API key.
|
||||
schema:
|
||||
type: string
|
||||
- in: query
|
||||
name: q
|
||||
description: Query used for searching sales channels' names and descriptions.
|
||||
description: query to search sales channels' names and descriptions.
|
||||
schema:
|
||||
type: string
|
||||
x-codegen:
|
||||
|
||||
Reference in New Issue
Block a user