Closed oliche closed 2 years ago
Bugfix regarding file registration endpoints: when using the registration endpoint, using server_only=True in conjunction with exists=False will set the exist flag of file records to False.
server_only=True
exists=False
Added some dataset fixtures as well
Bugfix regarding file registration endpoints: when using the registration endpoint, using
server_only=True
in conjunction withexists=False
will set the exist flag of file records to False.Added some dataset fixtures as well