This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
x-api-token: ********************{
"name": "New Vault name",
"description": "New Vault Description",
"type": "UserAccountGroup",
"memberIds": [
"77d9e65d-d43f-49be-b0b8-483c50124f78",
"2a95339d-5573-43aa-adaf-2e30439c3d73"
]
}curl --location --request PUT 'https://api.signater.com/v1/ecm/vaults/' \
--header 'x-api-token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "New Vault name",
"description": "New Vault Description",
"type": "UserAccountGroup",
"memberIds": [
"77d9e65d-d43f-49be-b0b8-483c50124f78",
"2a95339d-5573-43aa-adaf-2e30439c3d73"
]
}'