post https://example.com/vault/api/v1/secret/metadata/
This endpoint creates or updates the metadata of a secret at the specified location. It does not create a new version.
Log in to see full request history
Responses
This endpoint creates or updates the metadata of a secret at the specified location. It does not create a new version.
xxxxxxxxxx
curl --request POST \
--url https://example.com/vault/api/v1/secret/metadata/path \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: