Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
3986210f
Commit
3986210f
authored
1 year ago
by
Marco Del Tufo
Browse files
Options
Downloads
Patches
Plain Diff
Update personal-access-tokens.md
parent
1e8e298e
No related branches found
No related tags found
1 merge request
!40
SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/software-developer-documentation/apis/personal-access-tokens.md
+3
-1
3 additions, 1 deletion
...re-developer-documentation/apis/personal-access-tokens.md
with
3 additions
and
1 deletion
docs/software-developer-documentation/apis/personal-access-tokens.md
+
3
−
1
View file @
3986210f
...
@@ -163,6 +163,7 @@ as the recommend way to manage getting the most up to date personal
...
@@ -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
access token for an application and user. Including creation and renewal
management.
management.
```
java
private
static
final
String
URL
=
"https://openbis-sis-ci-sprint.ethz.ch/openbis/openbis"
+
IApplicationServerApi
.
SERVICE_URL
;
private
static
final
String
URL
=
"https://openbis-sis-ci-sprint.ethz.ch/openbis/openbis"
+
IApplicationServerApi
.
SERVICE_URL
;
private
static
final
int
TIMEOUT
=
10000
;
private
static
final
int
TIMEOUT
=
10000
;
...
@@ -273,9 +274,10 @@ management.
...
@@ -273,9 +274,10 @@ management.
}
}
}
}
```
## V3 API
## V3 API
Code examples for personal access tokens can be found in the main V3 API
Code examples for personal access tokens can be found in the main V3 API
documentation:
[
openBIS V3
documentation:
[
openBIS V3
API\#PersonalAccessTokens
](
/pages/viewpage.action?pageId=80699415
)
API\#PersonalAccessTokens
](
/pages/viewpage.action?pageId=80699415
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment