Error
A valid request URL is required to generate request examples{
"Id": "<string>",
"Name": "<string>",
"Type": "<string>",
"ShowType": "<string>",
"Tags": "<string>",
"Value": "<string>"
}{
"error": {
"code": "<string>",
"message": "<string>"
}
}Create vault
Creates a new vault object with the specified parameters.
POST
/
vault
Error
A valid request URL is required to generate request examples{
"Id": "<string>",
"Name": "<string>",
"Type": "<string>",
"ShowType": "<string>",
"Tags": "<string>",
"Value": "<string>"
}{
"error": {
"code": "<string>",
"message": "<string>"
}
}Authorizations
authtoken_headerbasicauthtoken_query
Body
application/json
The vault entity to post
Response
vault created