Commit ca297d7a authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '42509-fix-API-PUT-projects-fails-when-only-ci_config_path-is-specified' into 'master'

Resolve "API: PUT /projects/:id fails when only ci_config_path is specified"

Closes #42509

See merge request gitlab-org/gitlab-ce!17105
parents 7732542c 8bdfd8aa
---
title: Allow to call PUT /projects/:id API with only ci_config_path specified
merge_request: 17105
author: Laszlo Karpati
type: fixed
......@@ -271,6 +271,7 @@ module API
[
:jobs_enabled,
:resolve_outdated_diff_discussions,
:ci_config_path,
:container_registry_enabled,
:default_branch,
:description,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment