Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
getorymckeag committed Nov 4, 2024
1 parent 286b90b commit 41fd0ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
8 changes: 5 additions & 3 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.2.1.2)
activesupport (7.2.2)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
Expand All @@ -15,6 +16,7 @@ GEM
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base64 (0.2.0)
benchmark (0.3.0)
bigdecimal (3.1.8)
coffee-script (2.4.1)
coffee-script-source
Expand Down Expand Up @@ -212,7 +214,7 @@ GEM
gemoji (>= 3, < 5)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
json (2.7.5)
json (2.7.6)
just-the-docs (0.10.0)
jekyll (>= 3.8.5)
jekyll-include-cache
Expand Down Expand Up @@ -270,7 +272,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
uri (0.13.1)
webrick (1.8.2)
webrick (1.9.0)

PLATFORMS
x86_64-linux
Expand Down
7 changes: 5 additions & 2 deletions docs/example-narratives/temporary-ratings.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ curl -d @output.json \
"https://trolie.example.com/temporary-aar-exceptions/46f7212b-1633-4c30-ba71-c6e987b2ded7"
```

Finally, the temporary rating may also have been created by mistake. It may be
canceled by deleting it using
Finally, the temporary rating may also have been created by mistake. As long as it hasn't started
yet, it may be deleted it using
[deleteTemporaryAARException](../spec#tag/Temporary%20AAR%20Exceptions/operation/deleteTemporaryAARException)
This can be done with the following command:

Expand All @@ -87,6 +87,9 @@ curl
"https://trolie.example.com/temporary-aar-exceptions/46f7212b-1633-4c30-ba71-c6e987b2ded7"
```

Alternatively, if a temporary rating's window has begun, then it may be effectively "canceled" by updating its
end time to the current time.

## Searching for Temporary Ratings
Temporary ratings that have been submitted to TROLIE may be searched, using either
[getTemporaryAARExceptions](../spec#tag/Temporary%20AAR%20Exceptions/operation/getTemporaryAARExceptions)
Expand Down

0 comments on commit 41fd0ef

Please sign in to comment.