Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8bdfd8aa
Commit
8bdfd8aa
authored
Feb 21, 2018
by
Kárpáti László
Committed by
Rémy Coutable
Feb 21, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "API: PUT /projects/:id fails when only ci_config_path is specified"
parent
7732542c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
changelogs/unreleased/42509-fix-API-PUT-projects-fails-when-only-ci_config_path-is-specified.yml
...-projects-fails-when-only-ci_config_path-is-specified.yml
+5
-0
lib/api/projects.rb
lib/api/projects.rb
+1
-0
No files found.
changelogs/unreleased/42509-fix-API-PUT-projects-fails-when-only-ci_config_path-is-specified.yml
0 → 100644
View file @
8bdfd8aa
---
title
:
Allow to call PUT /projects/:id API with only ci_config_path specified
merge_request
:
17105
author
:
Laszlo Karpati
type
:
fixed
lib/api/projects.rb
View file @
8bdfd8aa
...
...
@@ -271,6 +271,7 @@ module API
[
:jobs_enabled
,
:resolve_outdated_diff_discussions
,
:ci_config_path
,
:container_registry_enabled
,
:default_branch
,
:description
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment