Duplicate one or more static secrets into another environment
Documentation Index
Fetch the complete documentation index at: https://infisical.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
An access token in Infisical
The ID of the project containing the secret.
The slug of the source environment.
The slug of the destination environment.
Array of source secret IDs to duplicate. All secrets must belong to the source environment and path. Rotation and honey-token secrets cannot be duplicated. Maximum 50 secrets per request.
1 - 50 elementsThe folder path of the source secret.
The folder path where the secret will be duplicated to.
When true, overwrite an existing secret with the same key at the destination. When false (default), the request fails if the destination already has a secret with that key.
Object specifying which attributes of the source secret to copy to the destination. Each key is optional and defaults to false. Available keys: value, comment, tags, metadata, skipMultilineEncoding.
Default Response