From fa10c735693f6e4e42f81520e56bd56265722b2c Mon Sep 17 00:00:00 2001 From: Deep Khajanchi <45371064+deepkhajanchi@users.noreply.github.com> Date: Fri, 19 Sep 2025 15:50:20 -0700 Subject: [PATCH] Update enabling-user-authentication.adoc Changing to the correct token endpoint for 4.2 --- modules/user-access/pages/enabling-user-authentication.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/user-access/pages/enabling-user-authentication.adoc b/modules/user-access/pages/enabling-user-authentication.adoc index 81764f497..79b9052f0 100644 --- a/modules/user-access/pages/enabling-user-authentication.adoc +++ b/modules/user-access/pages/enabling-user-authentication.adoc @@ -75,5 +75,5 @@ $ gadmin config apply $ gadmin restart restpp nginx gui gsql -y ---- -After enabling user authentication, the xref:API:gsql-endpoints.adoc#_create_new_jwt_token[`/requesttoken` endpoint] becomes available for you to generate tokens used to authenticate your REST requests to the REST++ server. +After enabling user authentication, the xref:API:gsql-endpoints.adoc#_create_new_jwt_token[`/gsql/v1/tokens` endpoint] becomes available for you to generate tokens used to authenticate your REST requests to the REST++ server.