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.
No code sample available for this language
Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| id | string | Y | — |
Request Body
| 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