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 7f1635d commit 765a9eaCopy full SHA for 765a9ea
gitlab4j-api/src/main/java/org/gitlab4j/api/ProjectApi.java
@@ -4592,6 +4592,8 @@ public RemoteMirror updateRemoteMirror(
4592
4593
/**
4594
* Lists the projects access tokens for the project.
4595
+ *
4596
+ * <pre><code>GitLab Endpoint: GET /projects/:id/access_tokens</code></pre>
4597
*
4598
* @param projectIdOrPath the project in the form of a Long(ID), String(path), or Project instance
4599
* @return the list of ProjectAccessTokens. The token and lastUsedAt attribute of each object is unset.
0 commit comments