From 375fd665b176c2f5ae5ca4a28f7c3d67b3036d73 Mon Sep 17 00:00:00 2001 From: Marco Del Tufo <marco.deltufo@exact-lab.it> Date: Thu, 31 Aug 2023 12:51:44 +0000 Subject: [PATCH] Update java-javascript-v3-api.md --- .../apis/java-javascript-v3-api.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/docs/software-developer-documentation/apis/java-javascript-v3-api.md b/docs/software-developer-documentation/apis/java-javascript-v3-api.md index 39c16536c1b..5e4e9d6b030 100644 --- a/docs/software-developer-documentation/apis/java-javascript-v3-api.md +++ b/docs/software-developer-documentation/apis/java-javascript-v3-api.md @@ -310,11 +310,7 @@ was incorrect the login methods return null. ### Personal Access Tokens -A personal access token (in short: PAT) can be thought of as a longer -lived session token which can be used for integrating openBIS with -external systems. If you would like to learn more about the idea behind -PATs please read: [Personal Access -Tokens](/pages/viewpage.action?pageId=122140993). +A personal access token (in short: PAT) can be thought of as a longer lived session token which can be used for integrating openBIS with external systems. If you would like to learn more about the idea behind PATs please read: [Personal Access Tokens](https://openbis.readthedocs.io/en/latest/software-developer-documentation/apis/personal-access-tokens.html#personal-access-tokens)). Example of how to create and use a PAT: @@ -1731,17 +1727,11 @@ project and sample update: ### Custom AS Services -In order to extend openBIS API new custom services can be established by -core plugins of type `services` (see [Custom Application Server -Services](/pages/viewpage.action?pageId=80699473)). The API offers a -method to search for a service and to execute a service. +In order to extend openBIS API new custom services can be established by core plugins of type `services` (see [Custom Application Server Services](https://openbis.readthedocs.io/en/latest/software-developer-documentation/server-side-extensions/as-services.html#custom-application-server-services)). The API offers a method to search for a service and to execute a service. #### Search for custom services -As with any other search method `searchCustomASServices()` needs a -search criteria `CustomASServiceSearchCriteria` and fetch options -`CustomASServiceFetchOptions`. The following example returns all -available custom AS services. +As with any other search method `searchCustomASServices()` needs a search criteria `CustomASServiceSearchCriteria` and fetch options `CustomASServiceFetchOptions`. The following example returns all available custom AS services. ##### Example -- GitLab