--
You received this message because you are subscribed to the Google Groups "GCP Healthcare Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gcp-healthcare-di...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gcp-healthcare-discuss/3d1dfc50-ecc0-41db-97b4-a7d65f35e1d0n%40googlegroups.com.
"request" : {
"method" : "PUT",
"url" : "Person"
}
I now realize that URL is not correct. It is missing the resource id. This gave the following error message.
{
"issue": [
{
"code": "invalid",
"details": {
"text": "invalid_bundle"
},
"diagnostics": "conditional operations are not supported in API version v1",
"severity": "error"
}
],
"resourceType": "OperationOutcome"
}
"request" : {
"method" : "PUT",
"url" : "Person/7eea18e9-ef51-4585-a00a-94ced2e67d63"
}
To view this discussion on the web visit https://groups.google.com/d/msgid/gcp-healthcare-discuss/fffd6523-93e4-433d-9d8c-776b2579e9e4n%40googlegroups.com.