From f9b582e5fa8db884acbd014f3066ce674a88c4f2 Mon Sep 17 00:00:00 2001 From: Christian Maloney Date: Mon, 10 May 2021 16:19:47 -0700 Subject: [PATCH] topLevelCategory -> topLevelCategoryId Typo for the topLevelCategoryId field --- vc.adoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/vc.adoc b/vc.adoc index 9e3d6e0..9586d00 100644 --- a/vc.adoc +++ b/vc.adoc @@ -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. @@ -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", @@ -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. @@ -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", @@ -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. @@ -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",