# Notes:collaborators

**Page:** api/notes-collaborators

[Download Raw Markdown](./api/notes-collaborators.md)

---

## API Endpoints Summary

- **GET** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}/collaborators` — List collaborators
- **POST** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}/collaborators` — Add a collaborator
- **PATCH** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}/collaborators/{collaboratorId}` — Update collaborator role
- **DELETE** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}/collaborators/{collaboratorId}` — Remove a collaborator

## CLI

```bash
# CLI mapping will be generated from the SDK CLI sources in a later step.
# Example (placeholder):
# hoody-cli <command> --help
```