Skip to content

Commit

Permalink
amend API descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
miparnisari committed Aug 6, 2024
1 parent 94e784b commit ed30689
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions openfga/v1/openfga_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,8 @@ service OpenFGAService {
description:
"The WriteAssertions API will upsert new assertions for an authorization model id, "
"or overwrite the existing ones. An assertion is an object that contains a "
"tuple key, and the expectation of whether a call to the Check API of that tuple key "
"will return true or false. "
"tuple key, the expectation of whether a call to the Check API of that tuple key "
"will return true or false, and optionally a list of contextual tuples."
responses: {
key: "204"
value: {
Expand All @@ -584,9 +584,7 @@ service OpenFGAService {
operation_id: "ReadAssertions"
description:
"The ReadAssertions API will return, for a given authorization model id, "
"all the assertions stored for it. An assertion is an object that contains a "
"tuple key, and the expectation of whether a call to the Check API of that tuple key "
"will return true or false. "
"all the assertions stored for it. "
};
}

Expand Down

0 comments on commit ed30689

Please sign in to comment.