Add a Comment to a Subtaskpost https://api.elliemae.com/workflow/v1/tasks/{taskId}/subtasks/{subTaskId}/commentsAdds a comment to a subtask.Path ParamstaskIdstringrequiredUnique identifier of the task the subtask is associated with.subTaskIdstringrequiredUnique identifier of the subtask.Query ParamsviewstringView entity.Body ParamscommentTextstringrequiredRequired. The comment text.HeadersAuthorizationstringrequiredBearer tokenResponses 201Created 400Bad Request 401Unauthorized 403Forbidden 404Not Found 500Internal Server ErrorUpdated 3 months ago