File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ This is an autogenerated Java SDK for OpenFGA. It provides a wrapper around the
4646 - [ Assertions] ( #assertions )
4747 - [ Read Assertions] ( #read-assertions )
4848 - [ Write Assertions] ( #write-assertions )
49- - [ Calling Other Endpoints] ( #calling-other-endpoints )
5049 - [ Retries] ( #retries )
50+ - [ Calling Other Endpoints] ( #calling-other-endpoints )
5151 - [ API Endpoints] ( #api-endpoints )
5252 - [ Models] ( #models )
5353 - [ OpenTelemetry] ( #opentelemetry )
@@ -1238,7 +1238,7 @@ System.out.println("Headers: " + rawResponse.getHeaders());
12381238class CustomEndpointResponse {
12391239 private boolean allowed;
12401240 private String reason;
1241-
1241+
12421242 public boolean isAllowed () { return allowed; }
12431243 public void setAllowed (boolean allowed ) { this . allowed = allowed; }
12441244 public String getReason () { return reason; }
@@ -1287,6 +1287,7 @@ For a complete working example, see [examples/api-executor](examples/api-executo
12871287
12881288See [ docs/ApiExecutor.md] ( docs/ApiExecutor.md ) for complete API reference and examples for both ` ApiExecutor ` and ` StreamingApiExecutor ` .
12891289
1290+
12901291### API Endpoints
12911292
12921293| Method | HTTP request | Description |
You can’t perform that action at this time.
0 commit comments