Skip to content

Commit 180ecbe

Browse files
author
Andrey
committed
Change route.
1 parent 0d6b3d8 commit 180ecbe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bugout/journal.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ def create_entries_tags(
473473
auth_type: AuthType = AuthType.bearer,
474474
**kwargs: Dict[str, Any],
475475
) -> List[Any]:
476-
tags_path = f"journals/{journal_id}/entries_tags"
476+
tags_path = f"journals/{journal_id}/bulk_entries_tags"
477477
headers = {
478478
"Authorization": f"{auth_type.value} {token}",
479479
}
@@ -560,7 +560,7 @@ def delete_entries_tags(
560560
auth_type: AuthType = AuthType.bearer,
561561
**kwargs: Dict[str, Any],
562562
) -> List[Any]:
563-
tags_path = f"journals/{journal_id}/entries_tags"
563+
tags_path = f"journals/{journal_id}/bulk_entries_tags"
564564
headers = {
565565
"Authorization": f"{auth_type.value} {token}",
566566
}

0 commit comments

Comments
 (0)