Don't expose task data via api (#4108)

This commit is contained in:
6543
2024-09-14 22:40:12 +02:00
committed by GitHub
parent 83926133d4
commit 41b2127e04
6 changed files with 4 additions and 15 deletions

View File

@@ -5064,12 +5064,6 @@ const docTemplate = `{
"agent_id": {
"type": "integer"
},
"data": {
"type": "array",
"items": {
"type": "integer"
}
},
"dep_status": {
"type": "object",
"additionalProperties": {