Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

PROMO-702: [update] Channels, tighten definitions #1179

Merged
merged 2 commits into from
Dec 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions reference/channels.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -996,6 +996,9 @@ components:
$ref: '#/components/schemas/ChannelWithoutCurrencies'
meta:
$ref: '#/components/schemas/MetaWithFullPagination'
required:
- data
- meta
examples:
response:
$ref: '#/components/examples/multiple_channels_without_currencies_resp_example'
Expand Down Expand Up @@ -2567,6 +2570,9 @@ components:
$ref: '#/components/schemas/ChannelDateModified'
icon_url:
$ref: '#/components/schemas/IconUrl'
required:
- id
- name
x-internal: false
ChannelWithCurrencies:
type: object
Expand Down
Loading