> ## Documentation Index
> Fetch the complete documentation index at: https://docs.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# project_notes_update

> Update an existing project note

## Summary

Modify the content or title of an existing project note.

* Needs Admin: False
* Version: 1-2
* Author: @its\_a\_feature\_

### Arguments

#### note\_id

* Description: ID of the note to update
* Required: True

#### content

* Description: New content for the note
* Required: False

## Usage

```
project_notes_update -note_id 7 -content "Updated information"
```

## Detailed Summary

Updates an existing project note. Can modify:

* Title
* Content
* Tags

Useful for maintaining living documentation as the engagement progresses and new information is discovered.
