@@ -5023,16 +5023,17 @@ def conditional_project_location_dataset_fhir_store_fhir_delete(parent, type, fi
50235023 # pattern `identifier=system|value` or `identifier=value` - similar to the `
50245024 # search` method on resources with a specific identifier. If the search criteria
50255025 # identify more than one match, the request returns a `412 Precondition Failed`
5026- # error. The request body must contain a JSON Patch document, and the request
5027- # headers must contain `Content-Type: application/json-patch+json`. On success,
5028- # the response body contains a JSON-encoded representation of the updated
5029- # resource, including the server-assigned version ID. Errors generated by the
5030- # FHIR store contain a JSON-encoded `OperationOutcome` resource describing the
5031- # reason for the error. If the request cannot be mapped to a valid API method on
5032- # a FHIR store, a generic GCP error might be returned instead. For samples that
5033- # show how to call `conditionalPatch`, see [Conditionally patching a FHIR
5034- # resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#
5035- # conditionally_patching_a_fhir_resource).
5026+ # error. If the search criteria doesn't identify any matches, the request
5027+ # returns a `404 Not Found` error. The request body must contain a JSON Patch
5028+ # document, and the request headers must contain `Content-Type: application/json-
5029+ # patch+json`. On success, the response body contains a JSON-encoded
5030+ # representation of the updated resource, including the server-assigned version
5031+ # ID. Errors generated by the FHIR store contain a JSON-encoded `
5032+ # OperationOutcome` resource describing the reason for the error. If the request
5033+ # cannot be mapped to a valid API method on a FHIR store, a generic GCP error
5034+ # might be returned instead. For samples that show how to call `conditionalPatch`
5035+ # , see [Conditionally patching a FHIR resource](https://cloud.google.com/
5036+ # healthcare/docs/how-tos/fhir-resources#conditionally_patching_a_fhir_resource).
50365037 # @param [String] parent
50375038 # Required. The name of the FHIR store this resource belongs to.
50385039 # @param [String] type
0 commit comments