-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation for using contextual tuples in Expand API #209
base: main
Are you sure you want to change the base?
Conversation
|
c683e13
to
027c2c2
Compare
@sujitha-av please |
openfga/v1/openfga_service.proto
Outdated
@@ -390,6 +391,116 @@ service OpenFGAService { | |||
"}\n" | |||
"```\n" | |||
"The caller can then call expand API for the `writer` relationship for the `document:2021-budget`." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
openfga/v1/openfga_service.proto
Outdated
" \"object\": \"folder:1\",\n" | ||
" \"relation\": \"owner\"\n" | ||
" },\n" | ||
" \"authorization_model_id\": \"model_id\"\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove this line
openfga/v1/openfga_service.proto
Outdated
" }\n" | ||
" ]\n" | ||
" },\n" | ||
" \"authorization_model_id\": \"model_id\"\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove this line
027c2c2
to
b5e432b
Compare
Is a separate documentation PR needed for openfga.dev? As far as I checked there is not particular documentation for usage of contextual tuples with each of the request types. I can proceed if it is required. |
Description
Adds documentation on use of contextual tuples with Expand API
References
#951 in openfga
Review Checklist
main