Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Added Confidential field to Epic struct #1677

Merged
merged 2 commits into from
Mar 24, 2023
Merged

Conversation

MakingPRs
Copy link
Contributor

The confidentiality is available as a field within Epics https://docs.gitlab.com/ee/api/epics.html

The confidentiality is available as a field within Epics https://docs.gitlab.com/ee/api/epics.html
@MakingPRs
Copy link
Contributor Author

from #1652

epics.go Outdated
@@ -69,6 +69,7 @@ type Epic struct {
Downvotes int `json:"downvotes"`
UserNotesCount int `json:"user_notes_count"`
URL string `json:"url"`
Confidential bool `json:"confidential"`
Copy link
Member

Choose a reason for hiding this comment

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

Please place the field between State and WebURL following the ordering in the docs...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, done!

Copy link
Member

@svanharmelen svanharmelen left a comment

Choose a reason for hiding this comment

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

Thanks 👍🏻

@svanharmelen svanharmelen merged commit 295e700 into xanzy:master Mar 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants