We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c30d1d0 commit 2e2a5aeCopy full SHA for 2e2a5ae
healthcare/fhir/patchFhirStore.js
@@ -42,9 +42,11 @@ const main = (
42
name,
43
updateMask: 'notificationConfigs',
44
resource: {
45
- notificationConfigs: {
46
- pubsubTopic: `projects/${projectId}/topics/${pubsubTopic}`,
47
- },
+ notificationConfigs: [
+ {
+ pubsubTopic: `projects/${projectId}/topics/${pubsubTopic}`,
48
+ },
49
+ ],
50
},
51
};
52
0 commit comments