Skip to content
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

Set Download Status documentation does not match DownloadStatus types #464

Open
GoelBiju opened this issue Feb 25, 2020 · 0 comments
Open

Comments

@GoelBiju
Copy link

GoelBiju commented Feb 25, 2020

The value form parameter mentioned in the "SETDOWNLOADSTATUS" documentation highlights that the values that can be sent are: 'ONLINE', 'ARCHIVE' and 'RESTORING.

Requests made with these values fail due to the fact that TopCAT is using the DownloadStatus enum and not the Status enum. This could be because DownloadStatus is what is defined as the status in the Download class.

The documentation could be changed to reflect the types in DownloadStatus, possibly this specific line.

@GoelBiju GoelBiju changed the title Set Download Status documentation does not match DownloadStatus enum Set Download Status documentation does not match DownloadStatus types Feb 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant