Last updated 2 months ago
Enable share link in the project
/projects/{projectId}/shareLink
Share link successfully created
Error description
curl -L \ --request PUT \ --url 'https://www.taskade.com/api/v1/projects/{projectId}/shareLink'
{ "ok": true, "item": { "checkUrl": "https://example.com", "editUrl": "https://example.com", "viewUrl": "https://example.com" } }