Adding some endpoints for handling consents belonging to a person
Compare changes
+ 2
− 2
@@ -537,7 +537,7 @@ def test_person_consent_add(
@@ -559,7 +559,7 @@ def test_person_consent_patch(
I want to be able to add some consents to existing guests and added some endpoints in the Greg API for doing that.