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,12 +1,12 @@
|
||||
get:
|
||||
operationId: GetPublishableApiKeysPublishableApiKey
|
||||
summary: Get a PublishableApiKey
|
||||
description: Retrieve the Publishable Api Key.
|
||||
summary: Get a Publishable API Key
|
||||
description: Retrieve a publishable API key's details.
|
||||
parameters:
|
||||
- in: path
|
||||
name: id
|
||||
required: true
|
||||
description: The ID of the PublishableApiKey.
|
||||
description: The ID of the Publishable API Key.
|
||||
schema:
|
||||
type: string
|
||||
x-authenticated: true
|
||||
@@ -47,14 +47,16 @@ get:
|
||||
$ref: ../components/responses/500_error.yaml
|
||||
delete:
|
||||
operationId: DeletePublishableApiKeysPublishableApiKey
|
||||
summary: Delete PublishableApiKey
|
||||
description: Deletes a PublishableApiKeys
|
||||
summary: Delete Publishable API Key
|
||||
description: >-
|
||||
Delete a Publishable API Key. Associated resources, such as sales channels,
|
||||
are not deleted.
|
||||
x-authenticated: true
|
||||
parameters:
|
||||
- in: path
|
||||
name: id
|
||||
required: true
|
||||
description: The ID of the PublishableApiKeys to delete.
|
||||
description: The ID of the Publishable API Key to delete.
|
||||
schema:
|
||||
type: string
|
||||
x-codegen:
|
||||
|
||||
Reference in New Issue
Block a user