The whole hunk
from line 26, old and new numbered
/
lines
from line 26
2626
2727 - `string`
2828
29 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
29 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
3030
3131 - `"message-batches-2024-09-24"`
3232
from line 110
110110
111111 - `"ce-user-management-2026-07-13"`
112112
113 - `"mid-conversation-output-config-2026-07-01"`
114
115 - `"thinking-binding-controls-2026-08-01"`
116
117 - `"mid-conversation-system-clear-at-2026-08-21"`
118
113119## Body parameters
114120
115121- `content: string or null`
from line 124
118124
119125- `path: string`
120126
121 Hierarchical path for the new memory, e.g. `/projects/foo/notes.md`. Must start with `/`, contain at least one non-empty segment, and be at most 1,024 bytes. Must not contain empty segments, `.` or `..` segments, control or format characters, and must be NFC-normalized. Paths are case-sensitive.
127 Hierarchical path for the new memory, e.g. `/projects/foo/notes.md`. Must start with `/`, contain at least one non-empty segment, and be at most 1,024 bytes. Must not contain empty segments, `.` or `..` segments, control or format characters, or the Unicode line and paragraph separators (U+2028, U+2029), and must be NFC-normalized. Paths are case-sensitive.
122128
123129 minLength: 2, maxLength: 1024
124130