-
Notifications
You must be signed in to change notification settings - Fork 468
Expose created_at
field in Tags API
#1151
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
Comments
I have same issue, please release new version to support it |
Isn't the link to the gitlab documentation pointing to something else? |
Nope, this link is from https://docs.gitlab.com/17.3/ee/api/tags.html with history description: created_at response attribute introduced in GitLab 16.11. Currently, the Tag.class don't have createAt property yet. |
Yes this can be added (PR are welcome), together with a change of the |
Please add "created_at" property in Tag model. Currently, The actual response of API v4 to retrieve info of TAGS doesn't show the creation date of the TAG, only shows date and creation timestamp of Commits.
Please check GitLab documentation here: https://docs.gitlab.com/ee/api/issues.html#single-issue response
The text was updated successfully, but these errors were encountered: