v1

latestOpenAPI 3.0.2Mozilla Public License 2.02026-07-17307105155.2 KB
secrets

Write, Patch, Read, and Delete data in the Key-Value Store.

post/secret/data/{path}

Request body

dataobject

The contents of the data map will be stored and returned on read.

optionsobject

Options for writing a KV entry. Set the "cas" value to use a Check-And-Set operation. If not set the write will be allowed. If set to 0 a write will only be allowed if the key doesn’t exist. If the index is non-zero the write will only be allowed if the key’s current version matches the version specified in the cas parameter.

versioninteger

If provided during a read, the value at the version number will be returned

Response

OK