From 8bdfd8aa8789bb44c852398dd13866fc1ab44d29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1rp=C3=A1ti=20L=C3=A1szl=C3=B3?= Date: Wed, 21 Feb 2018 15:57:26 +0000 Subject: Resolve "API: PUT /projects/:id fails when only ci_config_path is specified" --- ...-API-PUT-projects-fails-when-only-ci_config_path-is-specified.yml | 5 +++++ lib/api/projects.rb | 1 + 2 files changed, 6 insertions(+) create mode 100644 changelogs/unreleased/42509-fix-API-PUT-projects-fails-when-only-ci_config_path-is-specified.yml diff --git a/changelogs/unreleased/42509-fix-API-PUT-projects-fails-when-only-ci_config_path-is-specified.yml b/changelogs/unreleased/42509-fix-API-PUT-projects-fails-when-only-ci_config_path-is-specified.yml new file mode 100644 index 00000000000..a3dc1917001 --- /dev/null +++ b/changelogs/unreleased/42509-fix-API-PUT-projects-fails-when-only-ci_config_path-is-specified.yml @@ -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 diff --git a/lib/api/projects.rb b/lib/api/projects.rb index e90892a90f7..b552b0e0c5d 100644 --- a/lib/api/projects.rb +++ b/lib/api/projects.rb @@ -271,6 +271,7 @@ module API [ :jobs_enabled, :resolve_outdated_diff_discussions, + :ci_config_path, :container_registry_enabled, :default_branch, :description, -- cgit v1.2.3