v1

latestOpenAPI 3.1.02026-07-241280174.1 KB

Update Note

Set a note on a secret

post/v3/projects/project/note

Query parameters

projectstring

Unique identifier for the project object.

Request body

secretstring required

The name of the secret

notestring required

The note you want to set on the secret. This note will be applied to the specified secret in all environments.

Response

200

secretstring
notestring

Example response

{
  "secret": "FOO",
  "note": "bar"
}