We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18491f commit 8d9855bCopy full SHA for 8d9855b
src/main/asciidoc/metadata.adoc
@@ -123,6 +123,7 @@ of the attributes.
123
<2> The supported operations. This one indicates how to create a new `Person`.
124
<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`.
125
<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.
127
====
128
129
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