Resolve "API: PUT /projects/:id fails when only ci_config_path is specified"
This commit is contained in:
parent
7732542c92
commit
8bdfd8aa87
2 changed files with 6 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
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,
|
||||
|
|
Loading…
Reference in a new issue