gitbeaker icon indicating copy to clipboard operation
gitbeaker copied to clipboard

Add premium/ultimate missing Project attributes

Open ArielPrevu3D opened this issue 1 year ago • 0 comments

Description

Add the missing attributes of the Project schema that are marked as "Premium" or "Ultimate" in the Gitlab docs (e.g merge_requests_template).

https://docs.gitlab.com/ee/api/projects.html#templates-for-issues-and-merge-requests

Other "Premium" attributes such as mirror_trigger_builds are missing from the schema typing, event though they are present in the ProjectSchema object.

Proposal

Add merge_requests_template and issues_template to ProjectSchema typing.

Checklist

  • [x] I have checked that this is not a duplicate issue.
  • [x] I have read the documentation.

ArielPrevu3D avatar Jan 17 '24 22:01 ArielPrevu3D