When creating a project, the following attributes are available in the [API ](https://docs.gitlab.com/api/projects/#create-a-project) but not in the [library ](https://github.com/gitlab4j/gitlab4j-api/blob/7e8795e75b83312cbba9bd70e396587969468758/gitlab4j-api/src/main/java/org/gitlab4j/api/ProjectApi.java#L1098) - allow_merge_on_skipped_pipeline: boolean - builds_access_level: Visibility - merge_requests_access_level: Visibility - only_allow_merge_if_pipeline_succeeds: boolean There are multiple other Project feature visibility attributes available to be included. Mike