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
| 400 | `MISSING_VALUE` | Missing header or parameter. For details, see the `diagnostics` field. |
1077
1079
| 400 | `MISSING_GRANTOR` | Grantor extension is required when creating or activating a consent with status "active". For details, see the `diagnostics` field. |
1080
+
| 400 | `MISSING_POLICY_RULE` | Policy Rule is required when creating or activating a consent with status "active". For details, see the `diagnostics` field. |
1078
1081
| 400 | `MISSING_GRANTOR_REFERENCE` | Grantor extension reference is required when creating or activating a consent with status "active". For details, see the `diagnostics` field. |
1079
1082
| 400 | `MISSING_GRANTOR_IDENTIFIER`| Grantor extension identifier is required when creating or activating a consent with status "active". For details, see the `diagnostics` field. |
1080
1083
| 400 | `INVALID_PATCH` | Invalid patch. |
@@ -1094,6 +1097,7 @@ paths:
1094
1097
| 422 | `INVALID_END_DATE` | End date is invalid. |
1095
1098
| 422 | `INVALID_GRANTOR_VALUE` | Invalid grantor identifier value. For details, see the `diagnostics` field. |
1096
1099
| 422 | `INVALID_GRANTOR_SYSTEM` | Invalid grantor system value. For details, see the `diagnostics` field. |
1100
+
| 422 | `INVALID_POLICY_RULE` | Invalid policy rule value. For details, see the `diagnostics` field. |
1097
1101
| 429 | `THROTTLED` | You have exceeded your application's [rate limit](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#rate-limits). |
0 commit comments