Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://api.mokaru.ai/v1/summaries/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "content": "<string>", "title": "<string>" } '
Update an existing professional summary
summaries:write
PATCH /v1/summaries/clx... Content-Type: application/json
{ "success": true, "id": "clx..." }
Was this page helpful?