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

# Memos

[**@smokeballdev/smokeball-client-sdk**](./../../../../README)

***

# Interface: UpdateMemoRequest

## Extends

* [`CreateMemoRequest`](./CreateMemoRequest)

## Properties

### id

> **id**: `string`

Memo id

***

### matterId?

> `optional` **matterId**: `string`

Associated matter id.

#### Inherited from

[`CreateMemoRequest`](./CreateMemoRequest).[`matterId`](CreateMemoRequest.md#matterid)

***

### text

> **text**: `string`

Body of the memo.

#### Inherited from

[`CreateMemoRequest`](./CreateMemoRequest).[`text`](CreateMemoRequest.md#text)

***

### title

> **title**: `string`

Short description of the memo.

#### Inherited from

[`CreateMemoRequest`](./CreateMemoRequest).[`title`](CreateMemoRequest.md#title)
