Update a secret
Replace the secret’s stored marker by appending a new version. The response carries metadata only.
Authorizations
Path Parameters
Identifier of the secret (sec_ prefixed), or its canonical lower-case name
Body
Runtime marker stored as the secret's new version. The runtime resolves it to a value at sandbox egress.
Customer metadata of the secret. Always present, empty when unset. At most 32 entries; keys are limited to 128 bytes, values to 1024 bytes, and a secret's metadata to 8192 bytes in total.
Response
Successfully updated the secret
Metadata of a secret. It never carries the secret value.
Identifier of the secret
Name of the secret, unique within the project
Version served to readers that do not name one
Customer metadata of the secret. Always present, empty when unset. At most 32 entries; keys are limited to 128 bytes, values to 1024 bytes, and a secret's metadata to 8192 bytes in total.
Time when the secret was created
Time when the secret was last updated