Skip to content

Commit 8486b1b

Browse files
nickbroonnejch
andauthored
Apply suggestions from code review
Co-authored-by: Nejc Habjan <hab.nejc@gmail.com>
1 parent 1336fec commit 8486b1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/v4/objects/releases.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class ProjectReleaseManager(CRUDMixin, RESTManager):
2828
_list_filters = (
2929
"order_by",
3030
"sort",
31+
"include_html_description",
3132
)
3233
_update_attrs = RequiredOptional(
3334
optional=("name", "description", "milestones", "released_at")

0 commit comments

Comments
 (0)