chore(docs): Updated API Reference (v2) (#9437)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
co-authored by
Shahed Nasser
parent
97c193be1b
commit
21badd069d
@@ -1,5 +1,5 @@
|
||||
type: object
|
||||
description: The order's sales channel.
|
||||
description: The sales channel's details.
|
||||
x-schemaName: AdminSalesChannel
|
||||
required:
|
||||
- id
|
||||
@@ -26,22 +26,22 @@ properties:
|
||||
is_disabled:
|
||||
type: boolean
|
||||
title: is_disabled
|
||||
description: The sales channel's is disabled.
|
||||
description: Whether the sales channel is disabled.
|
||||
metadata:
|
||||
type: object
|
||||
description: The sales channel's metadata.
|
||||
description: The sales channel's metadata, can hold custom key-value pairs.
|
||||
created_at:
|
||||
type: string
|
||||
format: date-time
|
||||
title: created_at
|
||||
description: The sales channel's created at.
|
||||
description: The date the sales channel was created.
|
||||
updated_at:
|
||||
type: string
|
||||
format: date-time
|
||||
title: updated_at
|
||||
description: The sales channel's updated at.
|
||||
description: The date the sales channel was updated.
|
||||
deleted_at:
|
||||
type: string
|
||||
format: date-time
|
||||
title: deleted_at
|
||||
description: The sales channel's deleted at.
|
||||
description: The date the sales channel was deleted.
|
||||
|
||||
Reference in New Issue
Block a user