Skip to content

Commit b33c385

Browse files
committed
NPA-5537: EB comments
1 parent e8e1c6a commit b33c385

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sandbox/api/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def check_for_consent_include_params(
238238
Args:
239239
_include (List[str]): The include parameters supplied to the request
240240
include_none_response_yaml (str): Bundle to return when include params are empty
241-
include_both_response_yaml (str): Bundle to return when include param is Consent:performer,Consent:patient
241+
include_both_response_yaml (str): (optional) Bundle to return when include param is Consent:performer,Consent:patient
242242
include_patient_response_yaml (str): (optional) Bundle to return when include param is Consent:patient
243243
include_performer_response_yaml (str): (optional) Bundle to return when include param is Consent:performer
244244

specification/validated-relationships-service-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ paths:
563563
| A single proxy relationship between consenting adults including details | `performer:identifier=9000000010` and/or `patient:identifier=9000000005&_include=Consent:patient&_include=Consent:proxy` | HTTP Status 200 Bundle containing a single proxy relationship including performer and patient details |
564564
| A single proxy relationship between a mother and child | `performer:identifier=9000000019` and/or `patient:identifier=9000000009` | HTTP Status 200 Bundle containing a single proxy relationship |
565565
| A single proxy relationship between a mother and child including details | `performer:identifier=9000000019` and/or `patient:identifier=9000000009&_include=Consent:patient&_include=Consent:proxy` | HTTP Status 200 Bundle containing a single proxy relationship including performer and patient details |
566-
| A single proxy relationship between a mother and child with legal basis unknown | `performer:identifier=9000000999` and/or `patient:identifier=9000000998` | HTTP Status 200 Bundle containing a single proxy relationship with legal basis unknown |
566+
| A single proxy relationship between a mother and child with legal basis unknown | `performer:identifier=9000000111` and/or `patient:identifier=9000000119` | HTTP Status 200 Bundle containing a single proxy relationship with legal basis unknown |
567567
| Invalid status parameter | `performer:identifier=9000000019` and/or `patient:identifier=9000000009&status=test` | HTTP Status 422 and INVALID_PARAMETER error response |
568568
| Invalid include parameter | `performer:identifier=9000000019` and/or `patient:identifier=9000000009&_include=test` | HTTP Status 422 and INVALID_PARAMETER error response |
569569
| Missing identifier | `patient:identifier=9000000009` | HTTP Status 400 and MISSING_IDENTIFIER_VALUE error response |

0 commit comments

Comments
 (0)