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
Trying to update different cohortDefinition setting such as cohort name, settings in cohort entry event. This can be easily done in Atlas tool. When trying to use ROhdsiWebApi to update the cohort I am getting 403 error.
cd <- getCohortDefinition(1965, baseUrl)
updateCohortDefinition(cd, baseUrl)
Error in value[3L] :
Error with cohort definition: Error in .request():
! http error 403: Forbidden request.
You do not have permission to perform this action.
On a seperate note, I am able to use updateConceptSetDefinition() to update the existing conceptset but here I am only able to update the title only. Update to other setting such as includeDescendants are not registered.
The text was updated successfully, but these errors were encountered:
Trying to update different cohortDefinition setting such as cohort name, settings in cohort entry event. This can be easily done in Atlas tool. When trying to use ROhdsiWebApi to update the cohort I am getting 403 error.
On a seperate note, I am able to use updateConceptSetDefinition() to update the existing conceptset but here I am only able to update the title only. Update to other setting such as includeDescendants are not registered.
The text was updated successfully, but these errors were encountered: