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/interests/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
Update an existing interest or hobby
interests:write
PATCH /v1/interests/clx... Content-Type: application/json
{ "success": true, "id": "clx..." }
Was this page helpful?