Add go-sdk version parameter to RetrieveSecretOptions docs

This commit is contained in:
carlosmonastyrski
2025-04-11 17:41:03 -03:00
parent 27fdf68e42
commit 34a6ec1b64

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>