From ab1186cc1b43eca30b137b83a06dcf9a38f6f8f1 Mon Sep 17 00:00:00 2001 From: Jan Sandbrink Date: Tue, 20 Jan 2015 14:53:02 +0100 Subject: [PATCH] fixed example [ci skip] --- doc/apiv3-documentation.apib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/apiv3-documentation.apib b/doc/apiv3-documentation.apib index e8cd59ecc9..7d9647aacf 100644 --- a/doc/apiv3-documentation.apib +++ b/doc/apiv3-documentation.apib @@ -2478,7 +2478,7 @@ Note that due to sharing this might be more than the versions *defined* by that "href": "/api/v3/work_packages/1528/watchers", "method": "post", "payload": { - "users": { "href": "/api/v3/users/1" } + "user": { "href": "/api/v3/users/1" } }, "title": "Watch work package" },