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 b0f95bc commit c30d1d0Copy full SHA for c30d1d0
healthcare/fhir/patchFhirStore.js
@@ -40,9 +40,9 @@ const main = (
40
const name = `projects/${projectId}/locations/${cloudRegion}/datasets/${datasetId}/fhirStores/${fhirStoreId}`;
41
const request = {
42
name,
43
- updateMask: 'notificationConfig',
+ updateMask: 'notificationConfigs',
44
resource: {
45
- notificationConfig: {
+ notificationConfigs: {
46
pubsubTopic: `projects/${projectId}/topics/${pubsubTopic}`,
47
},
48
0 commit comments