diff --git a/docs/software-developer-documentation/apis/personal-access-tokens.md b/docs/software-developer-documentation/apis/personal-access-tokens.md index f4668de5741f46f0dc30e026dd0ff216d0a662f5..527b14b5fb617ce74dca47c54b414ec76f713482 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)