# Create a note in a folder Creates a new note in the folder folder_id within the project project_id. For more description of notes and their representation, see POST /projects/:p/notes. Endpoint: POST /projects/{project_id}/folders/{folder_id}/notes Version: 1.0 ## Path parameters: - `project_id` (integer, required) The project ID. - `folder_id` (string, required) The folder ID. ## Query parameters: - `insert` (string) Controls where the note will be created within the top-level items first (default) — the note is placed at the top of the project. last — the note is placed at the end of the project's contents. N - integer — the note is placed after the Nth item in the project. ## Response 200 fields