Updates the properties of a vault.

PUT {{baseUrl}}/20180608/vaults/:vaultId

Updates the properties of a vault. Specifically, you can update the displayName, freeformTags, and definedTags properties. Furthermore, the vault must be in an ACTIVE or CREATING state to be updated.

As a provisioning operation, this call is subject to a Key Management limit that applies to the total number of requests across all provisioning write operations. Key Management might throttle this call to reject an otherwise valid request when the total rate of provisioning write operations exceeds 10 requests per second for a given tenancy.

Request Body

{"displayName"=>"<string>", "freeformTags"=>{"laboris_7ce"=>"<string>", "adipisicing_a6"=>"<string>", "sint6"=>"<string>", "nisi3"=>"<string>"}}

HEADERS

KeyDatatypeRequiredDescription
if-matchstringFor optimistic concurrency control. In the PUT or DELETE call for a
resource, set the if-match parameter to the value of the etag from a
previous GET or POST response for that resource. The resource will be
updated or deleted only if the etag you provide matches the resource's
current etag value.
opc-request-idstringUnique identifier for the request. If provided, the returned request ID
will include this value. Otherwise, a random request ID will be
generated by the service.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;compartmentId&quot;:&quot;\u003cstring\u003e&quot;,&quot;displayName&quot;:&quot;\u003cstring\u003e&quot;,&quot;timeCreated&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;lifecycleState&quot;:&quot;BACKUP_IN_PROGRESS&quot;,&quot;vaultType&quot;:&quot;VIRTUAL_PRIVATE&quot;,&quot;cryptoEndpoint&quot;:&quot;\u003cstring\u003e&quot;,&quot;managementEndpoint&quot;:&quot;\u003cstring\u003e&quot;,&quot;wrappingkeyId&quot;:&quot;\u003cstring\u003e&quot;,&quot;definedTags&quot;:{&quot;cupidatated&quot;:{&quot;eiusmod_b24&quot;:{},&quot;ex26&quot;:{}},&quot;adipisicing_49&quot;:{&quot;dolor9&quot;:{},&quot;elit22&quot;:{}},&quot;consectetur9&quot;:{&quot;Excepteur_1&quot;:{},&quot;Duis_5ac&quot;:{}}},&quot;freeformTags&quot;:{&quot;dolore3f&quot;:&quot;\u003cstring\u003e&quot;,&quot;irure_9ea&quot;:&quot;\u003cstring\u003e&quot;,&quot;sed_62&quot;:&quot;\u003cstring\u003e&quot;},&quot;isPrimary&quot;:&quot;\u003cboolean\u003e&quot;,&quot;replicaDetails&quot;:{&quot;replicationId&quot;:&quot;\u003cstring\u003e&quot;},&quot;restoredFromVaultId&quot;:&quot;\u003cstring\u003e&quot;,&quot;timeOfDeletion&quot;:&quot;\u003cdateTime\u003e&quot;}