Skip to content

Commit

Permalink
Update transactional-writes.mdx typo (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttrzeng authored Aug 19, 2024
1 parent 3761481 commit e663b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/interacting/transactional-writes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ And if you want to convert this `tweet` to private, you would need to delete tha

By removing the tuple, we made the tweet visible to no-one, which may not be what we want.

The Write API allows you to send up to 10 unique tuples in the request. (This limit applies to the sum of both writes and deletes in that request). This means we can submit one API call that converts the `tweet` from public to visible to only the `user`'s followers.
The Write API allows you to send up to 100 unique tuples in the request. (This limit applies to the sum of both writes and deletes in that request). This means we can submit one API call that converts the `tweet` from public to visible to only the `user`'s followers.

<WriteRequestViewer
relationshipTuples={[
Expand Down

0 comments on commit e663b24

Please sign in to comment.