From d9bace751cbe1275c30e9fd0a7220f0e3d2e0692 Mon Sep 17 00:00:00 2001 From: Danny Wahl Date: Thu, 9 Mar 2023 16:00:43 -0700 Subject: [PATCH] update help file to include new Quizzes --- canvas/README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/canvas/README b/canvas/README index b4102d2..6ebdf34 100644 --- a/canvas/README +++ b/canvas/README @@ -142,6 +142,9 @@ OPTIONS -v Version information. + -z + Switches the base path to the New Quizzes API + METHOD The method is the URL path to be queried, excluding the domain, subdomain and, /api/v1/ path. @@ -187,6 +190,9 @@ EXAMPLES Get all the courses for a user, 50 courses per page canvas -a -q 50 courses + Get New Quizzes in a course + canvas -z course//quizzes + FILES ~/.inst Config file, see -c for details.