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.
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
Describe the bug curl -X 'PATCH' \ 'https://scopem-openem.ethz.ch/scicat/backend/api/v3/datasets/undefined%2F7f8ab089-09c5-4539-b3e4-9ae4be0f8f10' \ -H 'accept: application/json' \ -H 'Authorization: Bearer <token>' \ -H 'Content-Type: application/json' \ -d '{ "datasetlifecycle": { "archivable" : false, "retrievable": true, "archiveStatusMessage":"datasetOnArchiveDisk", "isOnCentralDisk": false } }'
curl -X 'PATCH' \ 'https://scopem-openem.ethz.ch/scicat/backend/api/v3/datasets/undefined%2F7f8ab089-09c5-4539-b3e4-9ae4be0f8f10' \ -H 'accept: application/json' \ -H 'Authorization: Bearer <token>' \ -H 'Content-Type: application/json' \ -d '{ "datasetlifecycle": { "archivable" : false, "retrievable": true, "archiveStatusMessage":"datasetOnArchiveDisk", "isOnCentralDisk": false } }'
Produces the diff
Scicat implementation:
https://github.com/SciCatProject/scicat-backend-next/blob/7c6a1925b6ed48a0fdee4f3d981dcdd6aaebec06/src/datasets/dto/update-dataset.dto.ts#L101
Follow up with PSI archiver team on how they update lifecycle. Sofia is implementing a separate endpoing
The text was updated successfully, but these errors were encountered:
Scicat issue: SciCatProject/scicat-backend-next#1688 Fixed in SciCatProject/scicat-backend-next#1802 (release v4.15.0) DB migration script: SciCatProject/scicat-backend-next#1854
Sorry, something went wrong.
phwissmann
No branches or pull requests
Describe the bug
curl -X 'PATCH' \ 'https://scopem-openem.ethz.ch/scicat/backend/api/v3/datasets/undefined%2F7f8ab089-09c5-4539-b3e4-9ae4be0f8f10' \ -H 'accept: application/json' \ -H 'Authorization: Bearer <token>' \ -H 'Content-Type: application/json' \ -d '{ "datasetlifecycle": { "archivable" : false, "retrievable": true, "archiveStatusMessage":"datasetOnArchiveDisk", "isOnCentralDisk": false } }'
Produces the diff
Scicat implementation:
https://github.com/SciCatProject/scicat-backend-next/blob/7c6a1925b6ed48a0fdee4f3d981dcdd6aaebec06/src/datasets/dto/update-dataset.dto.ts#L101
Follow up with PSI archiver team on how they update lifecycle. Sofia is implementing a separate endpoing
The text was updated successfully, but these errors were encountered: