🚀 We are preparing our documentation and source code for our first release. For any questions & to meet the founders, please fill in this form
curl --request PUT \
--url https://api.example.com/api/encryption/v1/dek/alias/{alias} \
--header 'Content-Type: application/json' \
--data '
{
"new_dek_id": "<string>"
}
'{
"alias": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"data_encryption_key_id": "<string>"
}Update the alias for a data encryption key
curl --request PUT \
--url https://api.example.com/api/encryption/v1/dek/alias/{alias} \
--header 'Content-Type: application/json' \
--data '
{
"new_dek_id": "<string>"
}
'{
"alias": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"data_encryption_key_id": "<string>"
}