Skip to content

Commit

Permalink
remove updatedby from update request
Browse files Browse the repository at this point in the history
  • Loading branch information
GiliFaroEnv0 committed Nov 23, 2021
1 parent 50ae45c commit 5e1b64d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ type PolicyUpdatePayload struct {
SkipApplyWhenPlanIsEmpty bool `json:"skipApplyWhenPlanIsEmpty"`
DisableDestroyEnvironments bool `json:"disableDestroyEnvironments"`
SkipRedundantDeployments bool `json:"skipRedundantDeployments"`
UpdatedBy string `json:"updatedBy"`
RunPullRequestPlanDefault bool `json:"runPullRequestPlanDefault"`
ContinuousDeploymentDefault bool `json:"continuousDeploymentDefault"`
}
Expand Down

0 comments on commit 5e1b64d

Please sign in to comment.