Update a specified vault's details
- Print
- PDF
Update a specified vault's details
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Patch
/api/v1/secretmanager/vault/{id}
Security
HTTP
Type bearer
Path parameters
id
stringRequired
vault Id
Examplea6ed82f6-32b5-46d8-a3a3-c36cc574abd9
Body parameters
object
id
string
name
string
Min length1
Max length30
Pattern^[a-zA-Z0-9-_\s]{1,30}$
description
string
Min length0
Max length255
lastRotation
string
nextRotation
string
status
string
encryptionAlgorithm
string
metadata
object
property*
string additionalProperties
Valid values[ "Allow", "Deny", "Pending", "Timeout", "Rejected", "ApprovalRequired" ]
defaultNotificationMediumId
string
recipients
object (Recipients)
userIds
Array of string
string
tags
Array of string
string
approverGroups
Array of string
string
channelIds
Array of string
string
slackAppChannels
Array of string
string
teamsAppChannels
Array of object (TeamsAppChannels)
object
team
string
channels
Array of string
string
maxSecretRotationInterval
integer (int32)
rotationTime
integer (int32)
Responses
204
No content
Was this article helpful?