Skip to content

Commit

Permalink
fix: remove inaccurate note in ReadChanges (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaguiarz authored Sep 11, 2024
1 parent dbc8f79 commit e1ee888
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/content/interacting/read-tuple-changes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ Once there are no more changes to retrieve, the API will return the same token a
:::note

- The default page size is 50. The maximum page size allowed is 100.
- The API response will not return all the changes immediately. There will be a delay of one minute between the time that you add or delete a tuple and the time that you see it in the Read Changes API response.
- The API response does not expand the tuples. If you wrote a tuple that includes a userset, like `{"user": "group:abc#member", "relation": "owner": "doc:budget"}`, the Read Changes API will return that exact tuple.

:::
Expand Down

0 comments on commit e1ee888

Please sign in to comment.