Fields
| Name | Type | Description |
|---|---|---|
| caseId | String! | Unique identifier for a case |
| individualId | String! | Unique identifier of an individual |
| isResolved | Boolean | Whether this temporary exception is resolved or not |
| reason | String! | Reason for exception |
Definition of the UpdateExceptionForCaseIndividualInput input object
| Name | Type | Description |
|---|---|---|
| caseId | String! | Unique identifier for a case |
| individualId | String! | Unique identifier of an individual |
| isResolved | Boolean | Whether this temporary exception is resolved or not |
| reason | String! | Reason for exception |