Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/project_access_tokens.md')
-rw-r--r--doc/api/project_access_tokens.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/api/project_access_tokens.md b/doc/api/project_access_tokens.md
index f8e7c0f3633..2f7be015e75 100644
--- a/doc/api/project_access_tokens.md
+++ b/doc/api/project_access_tokens.md
@@ -141,9 +141,6 @@ Rotate a project access token. Revokes the previous token and creates a new toke
In GitLab 16.6 and later, you can use the `expires_at` parameter to set a different expiry date. This non-default expiry date can be up to a maximum of one year from the rotation date.
-WARNING:
-When you rotate a project access token, the new token retains the expiry date of the old token. For more information, see [issue 423362](https://gitlab.com/gitlab-org/gitlab/-/issues/423362).
-
```plaintext
POST /projects/:id/access_tokens/:token_id/rotate
```