mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
parent
eccc8131dd
commit
bb48ab00cb
5 changed files with 28 additions and 28 deletions
|
@ -44,7 +44,7 @@ type (
|
|||
// Status of the schedule (0 - pending, 1 - failed, 2 - success)
|
||||
Status UpdateScheduleStatusType `json:"status" example:"1" enums:"1,2,3"`
|
||||
// Error message if status is failed
|
||||
Error string `json:"error" example:""`
|
||||
Error string `json:"error" example:"error message"`
|
||||
// Target version of the edge agent
|
||||
TargetVersion string `json:"targetVersion" example:"1"`
|
||||
// Current version of the edge agent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue