diff --git a/doc/api/personal_access_tokens.md b/doc/api/personal_access_tokens.md index 938c37ee3e437a5f3584e0e0181526057b9557a5..59916ab615b4708323b3634870187e570d38ac4c 100644 --- a/doc/api/personal_access_tokens.md +++ b/doc/api/personal_access_tokens.md @@ -216,7 +216,7 @@ Rotate a personal access token. Revokes the previous token and creates a new tok You can either: - Use the personal access token ID. -- Pass the personal access token to the API in a request header. +- In GitLab 16.10 and later, pass the personal access token to the API in a request header. ### Use a personal access token ID @@ -268,6 +268,8 @@ Example response: ### Use a request header +> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/426779) in GitLab 16.10 + Requires: - `api` scope.