MG-2026 - Fix JSON page response key from groups to channels (#2298)

Signed-off-by: JeffMboya <jangina.mboya@gmail.com>
This commit is contained in:
JMboya
2024-06-26 23:11:57 +03:00
committed by GitHub
parent 1893107b07
commit b0e37dacf4
8 changed files with 67 additions and 16 deletions
+3 -3
View File
@@ -124,7 +124,7 @@ paths:
description: Missing or invalid access token provided.
"403":
description: Failed to perform authorization over the entity.
"404":
"404":
description: A non-existent entity request.
"415":
description: Missing or invalid content type.
@@ -1370,7 +1370,7 @@ components:
ChannelsPage:
type: object
properties:
groups:
channels:
type: array
minItems: 0
uniqueItems: true
@@ -1388,7 +1388,7 @@ components:
example: 10
description: Maximum number of items to return in one page.
required:
- groups
- channels
- total
- offset