v1

latestOpenAPI 3.0.0Commercial2026-07-2470265161.8 KB
ControlService

CloneSecret clones a secret from an existing secret.

Fetches the source secret, applies removals, merges provided values, and stores as a new secret. Returns AlreadyExists if target ID exists.

post/v1.1/secret/clone

Request body

cloneFromstring

id from the secret to clone

removeValuesstring[] nullable

keys to remove from the new secret values object

Response

OK

idstring