cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/prompts/mutations/updatePromptFeedback \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "args": { "promptId": "prompts_ck9hx2g1v0001", "feedback": "used" } } '
{ "status": "success", "errorMessage": "", "errorData": {}, "value": null }
Calls a mutation at the path prompts/mutations.js:updatePromptFeedback
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