Skip to content

Commit

Permalink
Description for start_time attribute improved
Browse files Browse the repository at this point in the history
  • Loading branch information
cikasfm committed Oct 23, 2024
1 parent cc1ceda commit ebd592f
Show file tree
Hide file tree
Showing 3 changed files with 1,753 additions and 1,738 deletions.
2 changes: 1 addition & 1 deletion docs/openapiv2/apidocs.swagger.json

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

5 changes: 4 additions & 1 deletion openfga/v1/openfga_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,10 @@ message ReadChangesRequest {
json_name = "start_time",
(validate.rules).timestamp.lt_now = true,
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
description: "The start time of the changes to read."
description:
"Start date and time of changes to read.\n"
"Format: ISO 8601 timestamp (e.g., 2022-01-01T00:00:00Z)\n"
"If a continuation token is provided, its value will be used in case it's timestamp is greater than the specified start time."
example: "2021-01-01T00:00:00.000Z"
}
];
Expand Down
Loading

0 comments on commit ebd592f

Please sign in to comment.