Merge pull request #3401 from Infisical/fix/AddVersionToGoSdkRetrieveSecretOptionsDocs

Add go-sdk version parameter to RetrieveSecretOptions docs
This commit is contained in:
carlosmonastyrski
2025-04-11 17:45:14 -03:00
committed by GitHub

View File

@@ -373,6 +373,9 @@ secret, err := client.Secrets().Retrieve(infisical.RetrieveSecretOptions{
The type of the secret. Valid options are "shared" or "personal". If not
specified, the default value is "shared".
</ParamField>
<ParamField query="Version" type="number" optional>
The version of the secret to retrieve.
</ParamField>
</Expandable>
</ParamField>