The whole hunk
from line 28, old and new numbered
/
lines
from line 28
2828
2929 - `string`
3030
31 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
31 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
3232
3333 - `"message-batches-2024-09-24"`
3434
from line 112
112112
113113 - `"ce-user-management-2026-07-13"`
114114
115 - `"mid-conversation-output-config-2026-07-01"`
116
117 - `"thinking-binding-controls-2026-08-01"`
118
119 - `"mid-conversation-system-clear-at-2026-08-21"`
120
115121## Body parameters
116122
117123- `content: optional string or null`
from line 126
120126
121127- `path: optional string or null`
122128
123 New path for the memory (a rename). 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. The memory's `id` is preserved across renames. Omit to leave the path unchanged.
129 New path for the memory (a rename). 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. The memory's `id` is preserved across renames. Omit to leave the path unchanged.
124130
125131 minLength: 2, maxLength: 1024
126132