From 314d1ce08462bd10ec1c1b54b2301a1bd1b25539 Mon Sep 17 00:00:00 2001 From: David Maus Date: Thu, 15 Aug 2024 11:03:25 +0200 Subject: [PATCH] Fix typos in scope names Fix #84 and #83 --- paia.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/paia.md b/paia.md index bbbbc5b..ea8c64e 100644 --- a/paia.md +++ b/paia.md @@ -1001,7 +1001,7 @@ HTTP verb and URL : GET https://example.org/core/**{uri_escaped_patron_identifier}**/items scope - : read_item + : read_items response fields : name occ data type description @@ -1069,7 +1069,7 @@ HTTP verb and URL : POST https://example.org/core/**{uri_escaped_patron_identifier}**/request scope - : write_item + : write_items request parameters : name occ data type description @@ -1100,7 +1100,7 @@ HTTP verb and URL : POST https://example.org/core/**{uri_escaped_patron_identifier}**/renew scope - : write_item + : write_items request parameters : ------------- ------ -------------- ----------------------------- @@ -1128,7 +1128,7 @@ HTTP verb and URL : POST https://example.org/core/**{uri_escaped_patron_identifier}**/cancel scope - : write_item + : write_items request parameters : name occ data type @@ -1320,7 +1320,7 @@ HTTP verb and URL : GET https://example.org/core/**{uri_escaped_patron_identifier}**/notifications/**{local_part}** scope - : read_notification + : read_notifications response : JSON object of type [notification](#patron-notification)