Skip to content

Commit f4d4bbf

Browse files
committed
update path parameters
Signed-off-by: Dhrubo Saha <[email protected]>
1 parent 56a10a2 commit f4d4bbf

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

_ml-commons-plugin/api/agentic-memory-apis/delete-memory-by-type.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ DELETE /_plugins/_ml/memory_containers/<memory_container_id>/memories/<type>/<id
2020

2121
## Path parameters
2222

23-
| Parameter | Data type | Required/Optional | Description |
24-
| :--- | :--- | :--- | :--- |
23+
| Field | Data type | Required/Optional | Description |
24+
|:----------------------| :--- | :--- | :--- |
2525
| `memory_container_id` | String | Required | The ID of the memory container. |
26-
| `type` | String | Required | The type of memory: "sessions", "working", "long-term", or "history". |
27-
| `id` | String | Required | The ID of the memory to delete. |
26+
| `type` | String | Required | The type of memory: "sessions", "working", "long-term", or "history". |
27+
| `id` | String | Required | The ID of the memory to delete. |
2828

2929
## Example requests
3030

_ml-commons-plugin/api/agentic-memory-apis/search-memories-by-type.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ GET /_plugins/_ml/memory_containers/<memory_container_id>/memories/<type>/_searc
2020

2121
## Path parameters
2222

23-
| Parameter | Data type | Description |
24-
| :--- | :--- | :--- |
25-
| `memory_container_id` | String | The ID of the memory container. Required. |
26-
| `type` | String | The type of memory: "sessions", "working", "long-term", or "history". Required. |
23+
| Field | Data type | Required/Optional | Description |
24+
|:----------------------| :--- | :--- | :--- |
25+
| `memory_container_id` | String | Required | The ID of the memory container. |
26+
| `type` | String | Required | The type of memory: "sessions", "working", "long-term", or "history". |
2727

2828
## Request fields
2929

0 commit comments

Comments
 (0)