From 50ca7125b1a1605fa76cc958120596cbb2e6c846 Mon Sep 17 00:00:00 2001 From: Ajit Kumar Date: Wed, 27 Nov 2024 22:59:11 +0900 Subject: [PATCH] Update apiclient.rst This is to make clear about api endpoint. --- docs/apiclient.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apiclient.rst b/docs/apiclient.rst index 360691d18..d277798ac 100644 --- a/docs/apiclient.rst +++ b/docs/apiclient.rst @@ -19,7 +19,7 @@ The APIClient is available as a Python package on PyPI, and can be installed usi **Initialize the APIClient to a FEDn Studio project** -The FEDn REST API is available at /api/v1/. To access this API you need the url to the controller-host, as well as an admin API token. The controller host can be found in the project dashboard (top right corner). +The FEDn REST API is available in Dashboard of FEDn Studio, For example: "fedn.scaleoutsystems.com/apiclientproject-ysw-fedn-reducer". To access this API you need the url to the controller-host, as well as an admin API token. The controller host can be found in the project dashboard (top right corner) and you can find it with tag .. To obtain an admin API token, #. Navigate to the "Settings" tab in your Studio project and click on the "Generate token" button.