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: string or null`
from line 126
120126
121127- `path: string`
122128
123 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.
129 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.
124130
125131 minLength: 2, maxLength: 1024
126132
from line 259
253259
254260 - `string`
255261
256 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
262 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
257263
258264 - `"message-batches-2024-09-24"`
259265
from line 343
337343
338344 - `"ce-user-management-2026-07-13"`
339345
346 - `"mid-conversation-output-config-2026-07-01"`
347
348 - `"thinking-binding-controls-2026-08-01"`
349
350 - `"mid-conversation-system-clear-at-2026-08-21"`
351
340352### Returns
341353
342354- `data: optional array of BetaManagedAgentsMemoryListItem`
from line 478
466478
467479 - `string`
468480
469 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
481 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
470482
471483 - `"message-batches-2024-09-24"`
472484
from line 562
550562
551563 - `"ce-user-management-2026-07-13"`
552564
565 - `"mid-conversation-output-config-2026-07-01"`
566
567 - `"thinking-binding-controls-2026-08-01"`
568
569 - `"mid-conversation-system-clear-at-2026-08-21"`
570
553571### Returns
554572
555573- `BetaManagedAgentsMemory object`
from line 674
656674
657675 - `string`
658676
659 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
677 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
660678
661679 - `"message-batches-2024-09-24"`
662680
from line 758
740758
741759 - `"ce-user-management-2026-07-13"`
742760
761 - `"mid-conversation-output-config-2026-07-01"`
762
763 - `"thinking-binding-controls-2026-08-01"`
764
765 - `"mid-conversation-system-clear-at-2026-08-21"`
766
743767### Body parameters
744768
745769- `content: optional string or null`
from line 772
748772
749773- `path: optional string or null`
750774
751 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.
775 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.
752776
753777 minLength: 2, maxLength: 1024
754778
from line 890
866890
867891 - `string`
868892
869 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
893 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
870894
871895 - `"message-batches-2024-09-24"`
872896
from line 973
949973 - `"thinking-display-updates-2026-08-18"`
950974
951975 - `"ce-user-management-2026-07-13"`
976
977 - `"mid-conversation-output-config-2026-07-01"`
978
979 - `"thinking-binding-controls-2026-08-01"`
980
981 - `"mid-conversation-system-clear-at-2026-08-21"`
952982
953983### Returns
954984