Skip to content

Commit

Permalink
Add Network field to CreateAppInput
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Apr 25, 2021
1 parent 23465fa commit ec70486
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/types.go
Expand Up @@ -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 {
Expand Down

0 comments on commit ec70486

Please sign in to comment.