python-sdk/docs/WriteRequestWrites.md at main · openfga/python-sdk

Skip to content

Navigation Menu

Sign in

Appearance settings

Latest commit

File metadata and controls

12 lines (7 loc) · 644 Bytes

WriteRequestWrites

Properties

Name Type Description Notes
tuple_keys list[TupleKey]
on_duplicate str On 'error' ( or unspecified ), the API returns an error if an identical tuple already exists. On 'ignore', identical writes are treated as no-ops (matching on user, relation, object, and RelationshipCondition). [optional] [default to 'error']

[Back to Model list] [Back to API list] [Back to README]