Update Share Link
Enable share link in the project
Authorizations
Path parameters
projectIdstringRequired
Responses
200
Share link successfully created
application/json
4XX
Error description
application/json
put
PUT /api/v1/projects/{projectId}/shareLink HTTP/1.1
Host: www.taskade.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"ok": true,
"item": {
"checkUrl": "https://example.com",
"editUrl": "https://example.com",
"viewUrl": "https://example.com"
}
}
Last updated