Cancel pending apply target after /v1/update request

Closes: #1530
Change-type: patch
Signed-off-by: Miguel Casqueira <miguel@balena.io>
This commit is contained in:
Miguel Casqueira
2020-12-18 15:10:04 -05:00
parent e6ebfca0b9
commit ba1c857c4f
10 changed files with 840 additions and 91 deletions

View File

@ -54,6 +54,16 @@
"statusCode": 400,
"body": {},
"text": "Missing app id"
},
"/update [204 Response]": {
"statusCode": 204,
"body": {},
"text": "OK"
},
"/update [202 Response]": {
"statusCode": 202,
"body": {},
"text": "OK"
}
}
},