We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe50df commit dd068d9Copy full SHA for dd068d9
caltechdata_api/caltechdata_edit.py
@@ -48,6 +48,7 @@ def caltechdata_accept(ids, token=None, production=False):
48
if result.status_code != 200:
49
raise Exception(result.text)
50
51
+
52
def caltechdata_reject(ids, token=None, production=False, authors=False):
53
# Reject a record from a community
54
0 commit comments