Skip to content

Commit 0e034a3

Browse files
committed
change to post
1 parent 309daed commit 0e034a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nucleus/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def autotag_items(self, autotag_name, for_scores_greater_than=0):
257257
response = self._client.make_request(
258258
payload={AUTOTAG_SCORE_THRESHOLD: for_scores_greater_than},
259259
route=f"dataset/{self.id}/autotag/{autotag_name}/taggedItems",
260-
requests_command=requests.get,
260+
requests_command=requests.post,
261261
)
262262
return response
263263

0 commit comments

Comments
 (0)