From 34036ba3ab720e72f89d4aa47a5ae9340ac3c51d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Matuszewski?= Date: Tue, 16 Aug 2022 16:22:39 +0200 Subject: [PATCH] Fix missing explanation for resource type indicator in reference docs. --- src/main/asciidoc/metadata.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/asciidoc/metadata.adoc b/src/main/asciidoc/metadata.adoc index 023e96ada..75c702c6d 100644 --- a/src/main/asciidoc/metadata.adoc +++ b/src/main/asciidoc/metadata.adoc @@ -123,6 +123,7 @@ of the attributes. <2> The supported operations. This one indicates how to create a new `Person`. <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`. <4> The `type` is `UNSAFE`, because this operation can alter the state of the system. +<5> The `rt` is `#person-representation`, which indicates that returned resource type will be `Person` resource. ==== NOTE: This JSON document has a media type of `application/alps+json`. This is different from the previous JSON document, which had