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
I want the response for the hyp3 API's post_jobs endpoint to include the API URL for each job, e.g. https://hyp3-test-api.asf.alaska.edu/jobs/4bcb674a-02b1-49d4-98e0-e97aa3249067. This could be a field of the job dict but it would be even more convenient to have a job_urls field as the first key in the response dict with a corresponding value which is a list of the job URLs. Then, when submitting a batch of sample jobs, I could just download the response, open the JSON file in my browser (which conveniently detects URLs in JSON and displays them as hyperlinks), and click each link to open all of the jobs, or just copy-paste the list of URLs to somewhere that other members of the team can view it.
Even more convenient would be if we could get the Swagger UI to include a button to open the JSON response in the browser rather than having to first download it and then open it.
The text was updated successfully, but these errors were encountered:
I want the response for the hyp3 API's
post_jobs
endpoint to include the API URL for each job, e.g.https://hyp3-test-api.asf.alaska.edu/jobs/4bcb674a-02b1-49d4-98e0-e97aa3249067
. This could be a field of the job dict but it would be even more convenient to have ajob_urls
field as the first key in the response dict with a corresponding value which is a list of the job URLs. Then, when submitting a batch of sample jobs, I could just download the response, open the JSON file in my browser (which conveniently detects URLs in JSON and displays them as hyperlinks), and click each link to open all of the jobs, or just copy-paste the list of URLs to somewhere that other members of the team can view it.Even more convenient would be if we could get the Swagger UI to include a button to open the JSON response in the browser rather than having to first download it and then open it.
The text was updated successfully, but these errors were encountered: