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'm having trouble following the instructions to log into the dataset API. When I click on the instructions link it redirects to https://api.microbiomedata.org/user where I get
{
"detail": "Not Found"
}
The text was updated successfully, but these errors were encountered:
The link in the swagger description looks like it is relative to the current root, so if you access the docs from api.microbiomedata.org/api/docs, it will take you to api.microbiomedata.org/user, which doesn't exist.
The solution here would be to update that link to always take you to data.microbiomedata.org/user.
I was able to use 'inspect' in the data portal to get the token I'm not blocked. This ticket is to get the link from the dataset API swagger UI to resolve correctly.
I'm having trouble following the instructions to log into the dataset API. When I click on the instructions link it redirects to https://api.microbiomedata.org/user where I get
The text was updated successfully, but these errors were encountered: