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.
Atualiza campos de uma tarefa existente.
PATCH /v1/tasks/:id
write:tasks
title
description
type
priority
assigned_to
due_date
curl -X PATCH https://api.socialsell.ai/v1/tasks/664d2e3f4a5b6c7890123456 \ -H "Authorization: Bearer sk_live_..." \ -H "Content-Type: application/json" \ -d '{ "priority": "urgent", "due_date": "2026-06-11T10:00:00.000Z" }'