Merge pull request #1528 from rhythmbhiwani/cli-fix-update-vars

Fixed CLI issue of updating variables using `infisical secrets set`
This commit is contained in:
Daniel Hougaard
2024-03-25 15:30:47 +01:00
committed by GitHub
3 changed files with 3 additions and 5 deletions

View File

@@ -401,7 +401,6 @@ type DeleteSecretV3Request struct {
}
type UpdateSecretByNameV3Request struct {
SecretName string `json:"secretName"`
WorkspaceID string `json:"workspaceId"`
Environment string `json:"environment"`
Type string `json:"type"`