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 PUT \ --url https://api.surefeedback.com/api/v1/comments/{id}/due-date \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "due_date": "<string>" } '
{ "success": true, "message": "Due date updated successfully", "data": { "id": "990e8400-e29b-41d4-a716-446655440004", "due_date": "2026-04-15T00:00:00Z" } }
Set or clear a due date for a comment.
null
Was this page helpful?