Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2022-03-07 14:45:54 +00:00
parent a14a8d234a
commit 099b92a9b5
29 changed files with 1409 additions and 1407 deletions

View File

@@ -205,6 +205,8 @@ type StatusResponse struct {
}
type UpdateRequest struct {
// Additional env vars to update
EnvVars map[string]string `json:"env_vars"`
// name of the app
Name string `json:"name"`
}