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

Typo in How_to_use_the_IDC_V2_API.ipynb #83

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions notebooks/idc_api/How_to_use_the_IDC_V2_API.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@
"id": "mC2NcjdtaGDy"
},
"source": [
"The POST `/cohorts/manifest/preview` effectively creates a cohort, gets a manifest for that cohort and tne deletes the cohort. However, a cohort is never actually created and saved. Therefore this endpoint does not require user authentication.\n",
"The POST `/cohorts/manifest/preview` effectively creates a cohort, gets a manifest for that cohort and then deletes the cohort. However, a cohort is never actually created and saved. Therefore this endpoint does not require user authentication.\n",
"\n",
"The `/cohorts/manifest/preview` API does not actually create a cohort, but acts as if a cohort were created. Creating a cohort requires authenticating to the API; that process is addessed in a subsequent example describing the `/cohorts/manifest/{cohort_id}` API.\n",
"\n",
Expand Down Expand Up @@ -1647,4 +1647,4 @@
"outputs": []
}
]
}
}