diff --git a/api/types.go b/api/types.go index fa175e5a77..1895407056 100644 --- a/api/types.go +++ b/api/types.go @@ -470,6 +470,7 @@ type CreateAppInput struct { Runtime string `json:"runtime"` Name string `json:"name"` PreferredRegion *string `json:"preferredRegion,omitempty"` + Network *string `json:"network,omitempty"` } type LogEntry struct {