You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.The text was updated successfully, but these errors were encountered: