Fixed CLI issue of updating variables using infisical secrets set

This commit is contained in:
Rhythm Bhiwani
2024-03-05 03:43:06 +05:30
parent 5feb942d79
commit 115b4664bf
3 changed files with 3 additions and 5 deletions

View File

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