Skip to content

Commit

Permalink
Fix typos in scope names
Browse files Browse the repository at this point in the history
Fix gbv#84 and gbv#83
  • Loading branch information
David Maus committed Aug 15, 2024
1 parent 5bd6d13 commit 314d1ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions paia.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
: ------------- ------ -------------- -----------------------------
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 314d1ce

Please sign in to comment.