cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/notes/index/applyNoteOperation \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "args": { "clientSequence": 123, "meetingId": "<string>", "operation": { "position": 123, "type": "insert", "content": "<string>", "length": 123 }, "expectedVersion": 123 } } '
{ "status": "success", "errorMessage": "<string>", "errorData": {}, "value": { "conflicts": [ "<string>" ], "newVersion": 123, "serverSequence": 123, "success": true, "transformedOperation": { "position": 123, "type": "insert", "content": "<string>", "length": 123 } } }
Calls a mutation at the path notes/index.js:applyNoteOperation
Standard user authentication token issued via WorkOS. Provide as Authorization: Bearer <user-token>.
Authorization: Bearer <user-token>
Show child attributes
Convex executed your request and returned a result
success
error