Skip to content

Commit 0604007

Browse files
committed
PublishingChannel -
1 parent 7bd633a commit 0604007

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Channel

Whitespace-only changes.

data/api-v2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
" rating: float // this is an aggregated score where 0 represents the worst possible and 1 the best possible rating",
9292
" copyright: string // name of the ip copyright holder",
9393
" until: int // unix timestamp in ms",
94-
" type: PublishingChannel",
94+
" type: Channel",
9595
" urls: ProductUrl[] // *this array will only have a subset of all available urls on the free tier",
9696
" store: Store // steam, epic games, etc.",
9797
" flags: ProductFlags",
@@ -109,7 +109,7 @@
109109
" id: int",
110110
" kind: ProductKind",
111111
" until: int // unix timestamp in ms",
112-
" type: PublishingChannel",
112+
" type: Channel",
113113
" flags: ProductFlags",
114114
" store: Store // steam, epic games, etc.",
115115
"}"

0 commit comments

Comments
 (0)