Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2023-12-30 12:13:00 +00:00
parent b0feb2f9d0
commit fd65af9f39
1 changed files with 0 additions and 3 deletions

View File

@ -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
```