Skip to content

Commit 7830cee

Browse files
committed
fixed api endpoints
1 parent aebdd43 commit 7830cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/importer/dats_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def read_all_sdoc_ids_by_tags(self, proj_id: int, tags: list[int]):
167167
"items": [
168168
{
169169
"id": "asdf2",
170-
"column": "SD_DOCUMENT_TAG_ID_LIST",
170+
"column": "SD_TAG_ID_LIST",
171171
"operator": "ID_LIST_CONTAINS",
172172
"value": tag,
173173
}

0 commit comments

Comments
 (0)