We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d6b3d8 commit 180ecbeCopy full SHA for 180ecbe
1 file changed
bugout/journal.py
@@ -473,7 +473,7 @@ def create_entries_tags(
473
auth_type: AuthType = AuthType.bearer,
474
**kwargs: Dict[str, Any],
475
) -> List[Any]:
476
- tags_path = f"journals/{journal_id}/entries_tags"
+ tags_path = f"journals/{journal_id}/bulk_entries_tags"
477
headers = {
478
"Authorization": f"{auth_type.value} {token}",
479
}
@@ -560,7 +560,7 @@ def delete_entries_tags(
560
561
562
563
564
565
566
0 commit comments