Provisioning: Mark repository as unhealthy if hooks fail (#109788)
This commit is contained in:
@@ -2862,6 +2862,14 @@
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
"error": {
|
||||
"description": "The type of the error\n\nPossible enum values:\n - `\"health\"`\n - `\"hook\"`",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"health",
|
||||
"hook"
|
||||
]
|
||||
},
|
||||
"healthy": {
|
||||
"description": "When not healthy, requests will not be executed",
|
||||
"type": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user