---
title: "Create Project Note"
method: POST
path: "/tenants/{tenant_id}/projects/{project_id}/project_note"
tags: ["Project Notes"]
---

# Create Project Note

`POST /tenants/{tenant_id}/projects/{project_id}/project_note`

Creates the project note for the given project when one does not already exist. See [Project Notes](https://docs.aurorasolar.com/reference/project-notes).

## Path parameters

- `tenant_id` string, uuid, required
- `project_id` string, uuid, required

## Request body

- object
  - `project_note` object, required
    - `content` string, required — Note body (required). May be an empty string. See [Note content format](https://docs.aurorasolar.com/reference/project-notes#note-content-format).

## Response `201`

Project note successfully created.

- object
  - `project_note` object, required
    - `id` string, uuid, required — Unique ID of the note in Aurora.
    - `content` string, nullable — Note body. See [Note content format](https://docs.aurorasolar.com/reference/project-notes#note-content-format).

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Entity

---

[API](https://skmtc.dev/aurorasolar/apis/sync-api.md) · [All operations](https://skmtc.dev/aurorasolar/apis/sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aurorasolar/sync-api/revisions/5b41808d104d/schema)
