Skip to content

Commit

Permalink
ListUsers: Removing experimental warning from API docs (#177)
Browse files Browse the repository at this point in the history
Removing experimental warning from API docs
  • Loading branch information
willvedd committed Jun 27, 2024
1 parent f5a955a commit f6e565e
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 164 deletions.
4 changes: 2 additions & 2 deletions docs/openapiv2/apidocs.swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions openfga/v1/openfga_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -751,12 +751,11 @@ service OpenFGAService {
};

option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
summary: "[EXPERIMENTAL] List the users matching the provided filter who have a certain relation to a particular type."
summary: "List the users matching the provided filter who have a certain relation to a particular type."
tags: ["Relationship Queries"]
operation_id: "ListUsers"
description:
"The ListUsers API returns a list of all the users of a specific type that have a relation to a given object.\n "
"This API is available in an experimental capacity and can be enabled with the `--experimentals enable-list-users` flag. \n"
"To arrive at a result, the API uses: an authorization model, explicit tuples written through the Write API, contextual tuples present in the request, and implicit tuples that exist by virtue of applying set theory "
"(such as `document:2021-budget#viewer@document:2021-budget#viewer`; the set of users who are viewers of `document:2021-budget` are the set of users who are the viewers of `document:2021-budget`).\n"
"An `authorization_model_id` may be specified in the body. If it is not specified, the latest authorization "
Expand Down
Loading

0 comments on commit f6e565e

Please sign in to comment.