You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've added two new optional parameters to the Write API endpoint to improve the experience of writing data to FGA. You can now gracefully ["ignore" duplicate writes and missing deletes](https://openfga.dev/docs/getting-started/update-tuples#05-ignoring-duplicate-or-missing-tuples).
@@ -31,35 +36,55 @@ Now, you can send large batches of writes and deletes without worrying about the
31
36
32
37
## See it in Action
33
38
34
-
Here's an example cURL request showing the new parameters:
35
-
36
-
```bash
37
-
curl -X POST $FGA_API_URL/stores/$FGA_STORE_ID/write \
0 commit comments