This commit is contained in:
jamesagnew 2021-12-06 11:17:11 -05:00
parent 66fa9e0d60
commit 2c2e31d7f4
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}}
```