Skip to content

Commit cc711db

Browse files
authored
Fix javadoc in ProjectApi#listProjectAccessTokens() (#1306)
1 parent 62de584 commit cc711db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gitlab4j-api/src/main/java/org/gitlab4j/api/ProjectApi.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4596,6 +4596,8 @@ public RemoteMirror updateRemoteMirror(
45964596
/**
45974597
* Lists the projects access tokens for the project.
45984598
*
4599+
* <pre><code>GitLab Endpoint: GET /projects/:id/access_tokens</code></pre>
4600+
*
45994601
* @param projectIdOrPath the project in the form of a Long(ID), String(path), or Project instance
46004602
* @return the list of ProjectAccessTokens. The token and lastUsedAt attribute of each object is unset.
46014603
* @throws GitLabApiException if any exception occurs

0 commit comments

Comments
 (0)