mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-24 02:04:14 +00:00
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:
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user