Skip to content

Commit

Permalink
docs: fix typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
booniepepper authored Sep 28, 2023
1 parent 739f568 commit d920696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ Reads the latest authorization model (note: this ignores the model id in configu
```java
var response = fgaClient.readLatestAuthorizationModel().get();

// response.AuthorizationModel.Id = "01GXSA8YR785C4FYS3C0RTG7B1"
// response.getAuthorizationModel().getId() = "01GXSA8YR785C4FYS3C0RTG7B1"
// response.AuthorizationModel.SchemaVersion = "1.1"
// response.AuthorizationModel.TypeDefinitions = [{ "type": "document", "relations": { ... } }, { "type": "user", "relations": { ... }}]
```
Expand Down

0 comments on commit d920696

Please sign in to comment.