From 3986210f454394022e29a4ee86b09fd01ad3f0d1 Mon Sep 17 00:00:00 2001 From: Marco Del Tufo <marco.deltufo@exact-lab.it> Date: Mon, 24 Jul 2023 13:39:27 +0000 Subject: [PATCH] Update personal-access-tokens.md --- .../apis/personal-access-tokens.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/software-developer-documentation/apis/personal-access-tokens.md b/docs/software-developer-documentation/apis/personal-access-tokens.md index f4668de5741..527b14b5fb6 100644 --- a/docs/software-developer-documentation/apis/personal-access-tokens.md +++ b/docs/software-developer-documentation/apis/personal-access-tokens.md @@ -163,6 +163,7 @@ as the recommend way to manage getting the most up to date personal access token for an application and user. Including creation and renewal management. +```java private static final String URL = "https://openbis-sis-ci-sprint.ethz.ch/openbis/openbis" + IApplicationServerApi.SERVICE_URL; private static final int TIMEOUT = 10000; @@ -273,9 +274,10 @@ management. } } +``` ## V3 APIÂ Code examples for personal access tokens can be found in the main V3 API documentation: [openBIS V3 -API\#PersonalAccessTokens](/pages/viewpage.action?pageId=80699415) \ No newline at end of file +API\#PersonalAccessTokens](/pages/viewpage.action?pageId=80699415) -- GitLab