mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-11-12 12:16:15 +00:00
Report custom labels set by agent admins back (#4141)
This commit is contained in:
@@ -4589,6 +4589,12 @@ const docTemplate = `{
|
||||
"created": {
|
||||
"type": "integer"
|
||||
},
|
||||
"custom_labels": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user