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
Currently, $constraint-check is available only for /QuestionnaireResponse and questionnaire is a required param for it. Meanwhile $extract and $populate is available for /Questionnaire/[id]
It makes it harder to control the policies, e.g. I don't want to allow using custom questionnaires.
My suggestion, is to add /Questionnaire/[id]/$constraint-check and /Questionnaire/$constraint-check in addition to the current one (that should be left just for backward compatibility)
The text was updated successfully, but these errors were encountered:
Currently, $constraint-check is available only for /QuestionnaireResponse and questionnaire is a required param for it. Meanwhile $extract and $populate is available for /Questionnaire/[id]
It makes it harder to control the policies, e.g. I don't want to allow using custom questionnaires.
My suggestion, is to add /Questionnaire/[id]/$constraint-check and /Questionnaire/$constraint-check in addition to the current one (that should be left just for backward compatibility)
The text was updated successfully, but these errors were encountered: