Skip to content

Commit

Permalink
Update kaltura-integration-guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yinonov committed Nov 29, 2020
1 parent 86df15b commit 5040274
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/kaltura-integration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
Output:
```
{
"id": 1552771,
"partnerId": 2976751,
"id": *******,
"partnerId": *******,
"name": "Test video",
"description": "Test video",
"status": 2,
Expand All @@ -47,8 +47,8 @@ Output:
```
{
"blackoutConflicts": [],
"id": 6420851,
"partnerId": 2976751,
"id": *******,
"partnerId": *******,
"summary": "test video",
"description": "test video",
"status": 2,
Expand Down Expand Up @@ -77,7 +77,7 @@ Output:
{
"eventId": 6420851,
"resourceId": 1552771,
"partnerId": 2976751,
"partnerId": *******,
"createdAt": 1598975299,
"updatedAt": 1598975299,
"objectType": "KalturaScheduleEventResource"
Expand Down Expand Up @@ -116,7 +116,7 @@ Output:
"entryIds": "123",
"blackoutConflicts": [],
"id": 4495312,
"partnerId": 2976751,
"partnerId": *******,
"summary": "TestingAPI",
"description": "Testing API",
"status": 2,
Expand Down Expand Up @@ -146,8 +146,8 @@ Output:
{
"objects": [
{
"id": 1482391,
"partnerId": 2976751,
"id": *******,
"partnerId": *******,
"name": "Live Session2",
"systemName": "",
"status": 2,
Expand Down Expand Up @@ -202,7 +202,7 @@ Output:
msDuration: 0,
id: '1_0v7lxhb8',
name: 'Channel Employee Engagement Thumbnail',
partnerId: 2976751,
partnerId: *******,
userId: '[email protected]',
creatorId: '[email protected]',
categories: '',
Expand Down

0 comments on commit 5040274

Please sign in to comment.