Skip to content

Commit

Permalink
Merge pull request #311 from JorisLA/docs-correct-spelling-of-additional
Browse files Browse the repository at this point in the history
docs: correct spelling of additional
  • Loading branch information
EgeAytin committed Mar 8, 2023
2 parents e9a1f13 + 18cf289 commit c3464ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/docs/reference/snap-tokens.md
Expand Up @@ -19,7 +19,7 @@ To achieve this, we developed tokens called Snap Tokens that consist of a timest

Snap Tokens used in endpoints to represent the snapshot and get fresh results of the API's. It mainly used in [Write API] and [Check API].

The general workflow for using snap token is getting the snap token from the reponse of Write API request - basically when writing a relational tuple - then mapped it with the resource. One way of doing that is storing snap token in the additioanl column in your relational database.
The general workflow for using snap token is getting the snap token from the reponse of Write API request - basically when writing a relational tuple - then mapped it with the resource. One way of doing that is storing snap token in the additional column in your relational database.

Then this snap token can be used in endpoints. For example it can be used in access control check with sending via `snap_token` field to ensure getting check result as fresh as previous request.

Expand Down

0 comments on commit c3464ec

Please sign in to comment.