GitLabPHP / Client

GitLab API v4 client for PHP
MIT License
932 stars 451 forks source link

feat(Projects): add method to rotate project access tokens #815

Closed JanWennrich closed 1 month ago

JanWennrich commented 1 month ago

This PR adds a method to rotate project access tokens.

Rotating project access tokens is available since GitLab 16.0.

For more information see https://docs.gitlab.com/ee/api/project_access_tokens.html#rotate-a-project-access-token

JanWennrich commented 1 month ago

Just noticed there are already two (more sophisticated) PRs for this: #808, #800

Therefore closing this PR again.