Skip to content

Commit 1048df4

Browse files
authored
Update rest_operations.md
1 parent 8f95ad4 commit 1048df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_plain/rest_operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ Tags have very specific semantics, which may not be obvious simply by using the
389389

390390
## Accessing Tags in a Read / VRead / Search Method
391391

392-
Tags are stored within a resource object, in the Resource.meta element. It is important to note that changing a resources tags will not cause a version update to that resource.
392+
Tags are stored within a resource object, in the Resource.meta element. It is important to note that changing a resource's tags will not cause a version update to that resource.
393393

394394
In a server implementation, you may populate your tags into the returned resource(s) and HAPI will automatically place these tags into the response headers (for read/vread) or the bundle category tags (for search). The following example illustrates how to return tags from a server method. This example shows how to supply tags in a read method, but the same approach applies to vread and search operations as well.
395395

0 commit comments

Comments
 (0)