# Copy file ruleset by ID Endpoint: PUT /file-rulesets/{fileRulesetId}/copy Version: 5.1.42 Security: api_key ## Path parameters: - `fileRulesetId` (integer, required) The ID of the file ruleset to copy ## Request fields (application/json): - `newRulesetName` (string, required) The name of the ruleset. This must be unique within an environment. Example: "Rule123" ## Response 200 fields (application/json): - `fileRulesetId` (integer) The ID of the file ruleset. This field is set by the Masking Engine. - `rulesetName` (string, required) The name of the ruleset. This must be unique within an environment. Example: "Rule123" - `fileConnectorId` (integer, required) The ID of the file connector that this ruleset corresponds to. Note that the ruleset will be created on the same environment as its connector. Example: 1 ## Response 400 fields ## Response 403 fields ## Response 404 fields