Skip to content

Commit 90711ef

Browse files
authored
Update Add new files to existing task.js
1 parent b444863 commit 90711ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

putRequests/tasks/Add new files to existing task.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ const requestOptions = {
2525

2626
fetch(`https://${siteName}.teamwork.com/tasks/${taskId}.json`, requestOptions)
2727
.then((response) => response.text())
28-
.then((result) => console.log(result))
28+
.then((result) => console.log(result))// Successfull request = {"STATUS":"OK","assignedFileIds":["11099894","11099895"],"relativeRemindersMoved":false,"affectedTaskIds":"41856377"}
2929
.catch((error) => console.error(error));

0 commit comments

Comments
 (0)