cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/notes/index/batchApplyNoteOperations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "args": { "meetingId": "<string>", "operations": [ { "clientSequence": 123, "operation": { "position": 123, "type": "insert", "content": "<string>", "length": 123 } } ], "expectedVersion": 123 } } '
{ "status": "success", "errorMessage": "<string>", "errorData": {}, "value": { "failed": 123, "newVersion": 123, "processed": 123, "results": [ { "conflicts": [ "<string>" ], "serverSequence": 123, "transformedOperation": { "position": 123, "type": "insert", "content": "<string>", "length": 123 } } ], "success": true } }
Calls a mutation at the path notes/index.js:batchApplyNoteOperations
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