Update Note
Set a note on a secret
post/v3/projects/project/note
Query parameters
projectstring
Unique identifier for the project object.
Request body
Response
200
Example response
{
"secret": "FOO",
"note": "bar"
}Set a note on a secret
Unique identifier for the project object.
200
{
"secret": "FOO",
"note": "bar"
}