bugfix: added missing field approve_comment

- comment field in simple_connect approvement was broken
master
Sven Ketelsen 4 years ago
parent 12d708372a
commit ab22c2359b

@ -7,6 +7,10 @@
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE"
}, },
"approve_comment" : {
"type" : "string",
"classification" : "PRIVATE"
},
"awxPath" : { "awxPath" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE"

Loading…
Cancel
Save