Skip to content
Open
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
12 changes: 6 additions & 6 deletions vc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2068,7 +2068,7 @@ This operation returns brief information about Category upcoming Live Streams.
|items[].instructor |String |true |Instructor name.
|items[].level |String |true |Workout level.
|items[].association |String |true |(Host's) Association name.
|items[].topLevelCategory |Integer |false |Top Level Category ID.
|items[].topLevelCategoryId |Integer |false |Top Level Category ID.
|items[].topLevelCategoryName |String |false |Top Level Category Name.
|items[].program |Integer |false |Category ID.
|items[].programName |String |false |Category name.
Expand Down Expand Up @@ -2114,7 +2114,7 @@ Content-Type: application/json;charset=UTF-8
"thumbnail": "https://cms.ymca360.org/sites/default/files/live-stream/1/thumb-small.jpg",
"instructor": "Corri Lewellen",
"level": "BEGINNER",
"topLevelCategory": 203,
"topLevelCategoryId": 203,
"topLevelCategoryName": "Kids Family",
"program": 44440,
"programName": "Kid's Acitivities",
Expand Down Expand Up @@ -2208,7 +2208,7 @@ This operation searches Live Streams. It returns brief information about live st
|items[].instructor |String |true |Instructor name.
|items[].level |String |true |Workout level.
|items[].association |String |true |Host Association name.
|items[].topLevelCategory |Integer |false |Top Level Category ID.
|items[].topLevelCategoryId |Integer |false |Top Level Category ID.
|items[].topLevelCategoryName |String |false |Top Level Category Name.
|items[].program |Integer |false |Category ID.
|items[].programName |String |false |Category name.
Expand Down Expand Up @@ -2257,7 +2257,7 @@ Content-Type: application/json;charset=UTF-8
"thumbnail": "https://cms.ymca360.org/sites/default/files/live-stream/1/thumb-small.jpg",
"instructor": "Corri Lewellen",
"level": "BEGINNER",
"topLevelCategory": 203,
"topLevelCategoryId": 203,
"topLevelCategoryName": "Kids Family",
"program": 22,
"programName": "Kids' Acitivities",
Expand Down Expand Up @@ -2339,7 +2339,7 @@ This operation returns all detailed information about a Live Stream.
|liveStreamBrief.instructor |String |true |Instructor name.
|liveStreamBrief.association |String |true |Host Association name.
|liveStreamBrief.level |String |true |Workout level.
|liveStreamBrief.topLevelCategory |Integer |false |Top Level Category ID.
|liveStreamBrief.topLevelCategoryId |Integer |false |Top Level Category ID.
|liveStreamBrief.topLevelCategoryName |String |false |Top Level Category Name.
|liveStreamBrief.program |Integer |false |Category ID.
|liveStreamBrief.programName |String |false |Category name.
Expand Down Expand Up @@ -2374,7 +2374,7 @@ Content-Type: application/json;charset=UTF-8
"thumbnail": "https://cms.ymca360.org/sites/default/files/live-stream/1/thumb-small.jpg",
"instructor": "Corri Lewellen",
"level": "BEGINNER",
"topLevelCategory": 203,
"topLevelCategoryId": 203,
"topLevelCategoryName": "Kids Family",
"program": 22,
"programName": "Kids' Acitivities",
Expand Down