We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62de584 commit cc711dbCopy full SHA for cc711db
gitlab4j-api/src/main/java/org/gitlab4j/api/ProjectApi.java
@@ -4596,6 +4596,8 @@ public RemoteMirror updateRemoteMirror(
4596
/**
4597
* Lists the projects access tokens for the project.
4598
*
4599
+ * <pre><code>GitLab Endpoint: GET /projects/:id/access_tokens</code></pre>
4600
+ *
4601
* @param projectIdOrPath the project in the form of a Long(ID), String(path), or Project instance
4602
* @return the list of ProjectAccessTokens. The token and lastUsedAt attribute of each object is unset.
4603
* @throws GitLabApiException if any exception occurs
0 commit comments