tmcgilchrist / ocaml-gitlab

Native OCaml bindings to Gitlab REST API v4
https://tmcgilchrist.github.io/ocaml-gitlab/gitlab/
BSD 3-Clause "New" or "Revised" License
27 stars 8 forks source link

Make description nullable in project #75

Closed maiste closed 1 year ago

maiste commented 1 year ago

This is something that crash ocaml-ci if we don't have a nullable field in the description. This is allowed according to this example: https://docs.gitlab.com/ee/api/projects.html#list-all-projects .

tmcgilchrist commented 1 year ago

Thanks @maiste. Could you put an entry into CHANGES.md for this bug fix.

maiste commented 1 year ago

Done :+1: