Skip to content

Commit

Permalink
Add ID to TagAccessDescription
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar committed Jul 18, 2023
1 parent 83e28c2 commit 30839e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protected_tags.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ type ProtectedTag struct {
// GitLab API docs:
// https://docs.gitlab.com/ee/api/protected_tags.html
type TagAccessDescription struct {
ID int `json:"id"`
UserID int `json:"user_id"`
GroupID int `json:"group_id"`
AccessLevel AccessLevelValue `json:"access_level"`
Expand Down

0 comments on commit 30839e2

Please sign in to comment.