From aea406cb6837fd1e000fdfebac7d367a80d34137 Mon Sep 17 00:00:00 2001 From: Max Brauer Date: Sun, 12 Apr 2020 07:30:57 +0200 Subject: [PATCH] Fix incomplete sentence in reference docs of association resources. Fixes #372. --- src/main/asciidoc/repository-resources.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/repository-resources.adoc b/src/main/asciidoc/repository-resources.adoc index 8c90740b1..708cc4601 100644 --- a/src/main/asciidoc/repository-resources.adoc +++ b/src/main/asciidoc/repository-resources.adoc @@ -324,7 +324,7 @@ The `GET` method supports the following media types: [[repository-resources.association-resource.supported-methods.put]] ==== `PUT` -The `PUT` method binds the resource pointed to by the given URI(s) to the resource. This +The `PUT` method binds the resource pointed to by the given URI(s) to the association resource (see Supported Media Types). ===== Custom Status Codes