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
Copy file name to clipboardExpand all lines: api_open_fga.go
+2-4
Original file line number
Diff line number
Diff line change
@@ -252,8 +252,7 @@ type OpenFgaApi interface {
252
252
}
253
253
```
254
254
This means that `user:bob` has a `reader` relationship with 1 document `document:2021-budget`. Note that this API, unlike the List Objects API, does not evaluate the tuples in the store.
255
-
The continuation token will be empty if there are no more tuples to query.
256
-
### Query for all stored relationship tuples that have a particular relation and object
255
+
The continuation token will be empty if there are no more tuples to query.### Query for all stored relationship tuples that have a particular relation and object
257
256
To query for all users that have `reader` relationship with `document:2021-budget`, call read API with body of
258
257
```json
259
258
{
@@ -2574,8 +2573,7 @@ The API will return tuples and a continuation token, something like
2574
2573
2575
2574
```
2576
2575
This means that `user:bob` has a `reader` relationship with 1 document `document:2021-budget`. Note that this API, unlike the List Objects API, does not evaluate the tuples in the store.
2577
-
The continuation token will be empty if there are no more tuples to query.
2578
-
### Query for all stored relationship tuples that have a particular relation and object
2576
+
The continuation token will be empty if there are no more tuples to query.### Query for all stored relationship tuples that have a particular relation and object
2579
2577
To query for all users that have `reader` relationship with `document:2021-budget`, call read API with body of
0 commit comments