Merge branch 'master' of github.com:hapifhir/hapi-fhir

This commit is contained in:
Ken Stevens 2021-12-06 11:20:25 -05:00
commit c4ec767b9b
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ In this type of request, the client adds a header containing `Prefer: return=rep
In order for the server to be able to honour this request, the server method should add the updated resource to the MethodOutcome object being returned, as shown in the example below.
```java
```java
{{snippet:classpath:/ca/uhn/hapi/fhir/docs/RestfulPatientResourceProviderMore.java|updatePrefer}}
```