Add tag to taskAsk AIpost {backendUrlScheme}://{backendUrlHost}/api/public/task/add-tagThis endpoint can be used to add a tag to a task.Body ParamstaskIdstringrequiredID of the task to updatetagIdstringrequiredID of the tag to add to the taskHeadersbsy-sidstringrequiredSession IDResponses 200Tag added to task successfully 400Bad request, invalid task ID or parameters 401Unauthorized access, invalid or missing session IDUpdated 7 months ago