POST
/api/im/memory/conflicts/{id}/resolve
Resolve a sync conflict
Resolves a conflict by choosing local, remote, or providing a manual
merged content string (choice=manual). Enforces ownership.
当前语言暂无代码示例
参数
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| id | string | Y | — |
请求体
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| choice | string (local | remote | manual) | Y | — | |
| finalContent | string | N | — | Required when choice=manual |
Try it out
Path Parameters
→ /api/im/memory/conflicts/{id}/resolve
Sign in to use your API key
Request Body
Response
Click Execute to test