We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ecf56 commit 245b3fcCopy full SHA for 245b3fc
1 file changed
bugout/journal.py
@@ -71,7 +71,7 @@ def update_journal_scopes(
71
) -> BugoutJournalScopeSpecs:
72
journal_scopes_path = f"journals/{journal_id}/scopes"
73
json = {
74
- "holder_type": holder_type,
+ "holder_type": holder_type.value,
75
"holder_id": holder_id,
76
"permission_list": permission_list,
77
}
0 commit comments