Merge branch 'master' of github.com:hapifhir/hapi-fhir
This commit is contained in:
commit
c4ec767b9b
|
@ -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}}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue