Skip to Content

POST /setting/decrypt

Decrypt Setting Key

Decrypt a key scoped to a setting artifact.

Request Body (DecryptSettingKeyApiRequest)

FieldTypeRequiredDescription
setting_idstringYesUUID of the parent setting
key_idstringYesUUID of the key to decrypt
snapshot_keystringNoCache snapshot key for consistent reads across related requests

Response (DecryptSettingKeyApiResponse)

FieldTypeRequiredDescription
keystringNoDecrypted key value
namestringNoKey display name
actor_namestringNoDisplay name of the acting user
Last updated on