diff --git a/healthcare/fhir/updateFhirResource.js b/healthcare/fhir/updateFhirResource.js index ce0b51e7a9..4f9ab674d9 100644 --- a/healthcare/fhir/updateFhirResource.js +++ b/healthcare/fhir/updateFhirResource.js @@ -30,6 +30,7 @@ const main = ( scopes: ['https://www.googleapis.com/auth/cloud-platform'], }), headers: {'Content-Type': 'application/fhir+json'}, + responseType: 'json', }); const updateFhirResource = async () => {