---
title: "Update Note"
method: POST
path: "/v3/projects/project/note"
---

# Update Note

`POST /v3/projects/project/note`

Set a note on a secret

## Query parameters

- `project` string

## Request body

- object
  - `secret` string, required — The name of the secret
  - `note` string, required — The note you want to set on the secret. This note will be applied to the specified secret in all environments.

## Response `200`

200

- object
  - `secret` string
  - `note` string

---

[API](https://skmtc.net/doppler/apis/core.md) · [All operations](https://skmtc.net/doppler/apis/core/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/doppler/core/versions/8f244bc5b038/schema)
