Skip to content

Commit 8d9855b

Browse files
Mikołaj Matuszewskiodrotbohm
Mikołaj Matuszewski
authored andcommitted
Fix missing explanation for resource type indicator in reference docs.
1 parent f18491f commit 8d9855b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/asciidoc/metadata.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ of the attributes.
123123
<2> The supported operations. This one indicates how to create a new `Person`.
124124
<3> The `name` is `persons`, which indicates (because it is plural) that a POST should be applied to the whole collection, not a single `person`.
125125
<4> The `type` is `UNSAFE`, because this operation can alter the state of the system.
126+
<5> The `rt` is `#person-representation`, which indicates that returned resource type will be `Person` resource.
126127
====
127128

128129
NOTE: This JSON document has a media type of `application/alps+json`. This is different from the previous JSON document, which had

0 commit comments

Comments
 (0)