Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Project Access Token related endpoints #701

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

balasankarc
Copy link

# @param [Integer] token_id The ID of the project access token.
#
# @return [Gitlab::ObjectifiedHash] Information about the specified project access token.
def project_access_token(project, token_id, options = {})
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need the options argument here?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NARKOZ You're right. That is an oversight. Fixed.

Signed-off-by: Balasankar 'Balu' C <balu@dravidam.net>
@NARKOZ NARKOZ merged commit 6ca8f7a into NARKOZ:master Sep 19, 2024
4 checks passed
@NARKOZ
Copy link
Owner

NARKOZ commented Sep 19, 2024

Thank you ❤️

@balasankarc balasankarc deleted the support-access-token-endpoint branch September 19, 2024 09:54
@balasankarc
Copy link
Author

@NARKOZ Would it be possible to have 5.1.0 cut with the recent changes? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants