mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
[API] Fix inconsistent label color format (#10129)
* update and use labelColorPattern * add TestCases * fix lint * # optional for templates * fix typo * some more * fix lint of **master**
This commit is contained in:
@@ -5317,6 +5317,9 @@
|
||||
"responses": {
|
||||
"201": {
|
||||
"$ref": "#/responses/Label"
|
||||
},
|
||||
"422": {
|
||||
"$ref": "#/responses/validationError"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -5443,6 +5446,9 @@
|
||||
"responses": {
|
||||
"200": {
|
||||
"$ref": "#/responses/Label"
|
||||
},
|
||||
"422": {
|
||||
"$ref": "#/responses/validationError"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user