Skip to content

Commit

Permalink
Updated errant deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
CGoodwin90 committed Jun 20, 2024
1 parent 49ce14a commit 9c71dc1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/schema/envVar.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ type DeleteEnvVariableByNameInput struct {
Name string `json:"name"`
}

type EnvVariableByProjectEnvironmentNameInput struct {
Environment string `json:"environment,omitempty"`
Project string `json:"project"`
}

type UpdateEnvVarResponse struct {
EnvKeyValue
}
Expand Down

0 comments on commit 9c71dc1

Please sign in to comment.