-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem: can't create default locations #37
Comments
For QA, use the examples shared in artefactual/archivematica-storage-service#367 and artefactual/archivematica-storage-service#368 in order to create locations via the API from the command line interface. The only difference would be to add the
Then confirm that the new location is the default TS location (you can do that from the web interface). |
I tested creating locations of several types (backlog, transfer source, AIP Storage). I also created the actual directories and then using those locations (e.g. to start a transfer, and to store an AIP). Note on documention - I updated the wiki with the new Default parameter. |
I can't create a location (e.g. TS) via the API and make it the default location.
The existing endpoint is documented here: https://wiki.archivematica.org/Storage_Service_API#Create_new_location.
I want to add a new parameter
default
(boolean). When defined and its value istrue
I want the location to be created and be the default.The text was updated successfully, but these errors were encountered: