From b6065122e777fac835d48f2fb55a709afeec8aed Mon Sep 17 00:00:00 2001 From: Farzad Soltani Date: Wed, 9 Aug 2023 11:51:28 +0330 Subject: [PATCH] docs: Remove deprecated endpoint/rpc (#1734) fix(docs): remove deprecated endpoint/rpc Signed-off-by: Farzad Soltani --- docs/modules/api/pages/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/api/pages/index.adoc b/docs/modules/api/pages/index.adoc index 22ae42f9a..d2e4f912d 100644 --- a/docs/modules/api/pages/index.adoc +++ b/docs/modules/api/pages/index.adoc @@ -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"] ----