Skip to content

Commit

Permalink
docs: Remove deprecated endpoint/rpc (#1734)
Browse files Browse the repository at this point in the history
fix(docs): remove deprecated endpoint/rpc

Signed-off-by: Farzad Soltani <farzad.au@gmail.com>
  • Loading branch information
farzadso committed Aug 9, 2023
1 parent bc1a4d5 commit b606512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/api/pages/index.adoc
Expand Up @@ -2,7 +2,7 @@ include::ROOT:partial$attributes.adoc[]

= The Cerbos API

The main API endpoint for making policy decisions is the `/api/check` REST endpoint (`cerbos.svc.v1.CerbosService/CheckResourceSet` RPC in the gRPC API). You can view the latest API documentation from a running Cerbos instance by accessing the root directory of the HTTP endpoint using a browser.
The main API endpoint for making policy decisions is the `/api/check/resources` REST endpoint (`cerbos.svc.v1.CerbosService/CheckResources` RPC in the gRPC API). You can view the latest API documentation from a running Cerbos instance by accessing the root directory of the HTTP endpoint using a browser.

[source,sh,subs="attributes"]
----
Expand Down

0 comments on commit b606512

Please sign in to comment.