Commit b26a3d53 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

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
......@@ -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)
......
......@@ -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` if not provided | The new name of the label |
| `new_name` | string | yes if `color` is 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 |
......
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