From 765a9ea0169dc7d3dc911b8e8350d3f086bee627 Mon Sep 17 00:00:00 2001 From: Jeremie Bresson Date: Mon, 8 Dec 2025 07:21:04 +0100 Subject: [PATCH 1/2] Docs fixes --- gitlab4j-api/src/main/java/org/gitlab4j/api/ProjectApi.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitlab4j-api/src/main/java/org/gitlab4j/api/ProjectApi.java b/gitlab4j-api/src/main/java/org/gitlab4j/api/ProjectApi.java index 3b1b239f3..056abbebd 100644 --- a/gitlab4j-api/src/main/java/org/gitlab4j/api/ProjectApi.java +++ b/gitlab4j-api/src/main/java/org/gitlab4j/api/ProjectApi.java @@ -4592,6 +4592,8 @@ public RemoteMirror updateRemoteMirror( /** * Lists the projects access tokens for the project. + * + *
GitLab Endpoint: GET /projects/:id/access_tokens
* * @param projectIdOrPath the project in the form of a Long(ID), String(path), or Project instance * @return the list of ProjectAccessTokens. The token and lastUsedAt attribute of each object is unset. From 6cd53373f3e227340846c080005561713d77d3fb Mon Sep 17 00:00:00 2001 From: Jeremie Bresson Date: Mon, 8 Dec 2025 07:26:29 +0100 Subject: [PATCH 2/2] Run`./gradlew :spotlessApply` --- gitlab4j-api/src/main/java/org/gitlab4j/api/ProjectApi.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab4j-api/src/main/java/org/gitlab4j/api/ProjectApi.java b/gitlab4j-api/src/main/java/org/gitlab4j/api/ProjectApi.java index 056abbebd..bc88a6efd 100644 --- a/gitlab4j-api/src/main/java/org/gitlab4j/api/ProjectApi.java +++ b/gitlab4j-api/src/main/java/org/gitlab4j/api/ProjectApi.java @@ -4592,7 +4592,7 @@ public RemoteMirror updateRemoteMirror( /** * Lists the projects access tokens for the project. - * + * *
GitLab Endpoint: GET /projects/:id/access_tokens
* * @param projectIdOrPath the project in the form of a Long(ID), String(path), or Project instance