Skip to content

Commit f883c30

Browse files
committed
Add upcoming endpoints/sub-endpoints
See: elabftw/elabftw@3b9b77f. Thanks to @alexander-haller for keeping track as usual.
1 parent b075455 commit f883c30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/elapi/api/api.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,14 @@ class ElabFTWURL:
106106
"experiments_status",
107107
"items_status",
108108
"teamgroups",
109+
"tags",
109110
),
110111
"todolist": (),
111112
"unfinished_steps": (),
112113
"users": ("notifications",),
113114
"idps": (),
115+
"import": (),
116+
"exports": (),
114117
}
115118

116119
def __init__(

0 commit comments

Comments
 (0)