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
0
Merge Requests
0
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
Tatuya Kamada
gitlab-ce
Commits
b26a3d53
Commit
b26a3d53
authored
Oct 10, 2016
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-typo_doc-api-labels.md' into 'master'
Fix a typo in doc/api/labels.md See merge request !6760
parents
6f18c0a0
ef7f16fa
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
CHANGELOG
CHANGELOG
+1
-0
doc/api/labels.md
doc/api/labels.md
+1
-1
No files found.
CHANGELOG
View file @
b26a3d53
...
...
@@ -81,6 +81,7 @@ v 8.13.0 (unreleased)
- Retouch environments list and deployments list
- Add Container Registry on/off status to Admin Area !6638 (the-undefined)
- Grouped pipeline dropdown is a scrollable container
- Fix a typo in doc/api/labels.md
v 8.12.5 (unreleased)
...
...
doc/api/labels.md
View file @
b26a3d53
...
...
@@ -148,7 +148,7 @@ PUT /projects/:id/labels
| --------------- | ------- | --------------------------------- | ------------------------------- |
|
`id`
| integer | yes | The ID of the project |
|
`name`
| string | yes | The name of the existing label |
|
`new_name`
| string | yes if
`color`
i
f
not provided | The new name of the label |
|
`new_name`
| string | yes if
`color`
i
s
not provided | The new name of the label |
|
`color`
| string | yes if
`new_name`
is not provided | The new color of the label in 6-digit hex notation with leading
`#`
sign |
|
`description`
| string | no | The new description of the label |
...
...
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