From 6ed417e6a7d0d1dfc97a95e88a60546011974d9c Mon Sep 17 00:00:00 2001 From: David TARDIVEL Date: Fri, 19 Feb 2016 12:06:37 +0100 Subject: [PATCH] add Goal into RESTful Web API (v1) documentation Change-Id: I94ba5debf6f0ff9562dc95cbc5c646f33881d9e2 Closes-Bug: #1546630 --- doc/source/webapi/v1.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/source/webapi/v1.rst b/doc/source/webapi/v1.rst index a91e0a50c..086cf082d 100644 --- a/doc/source/webapi/v1.rst +++ b/doc/source/webapi/v1.rst @@ -8,6 +8,19 @@ RESTful Web API (v1) ==================== +Goals +===== + +.. rest-controller:: watcher.api.controllers.v1.goal:GoalsController + :webprefix: /v1/goal + +.. autotype:: watcher.api.controllers.v1.goal.GoalCollection + :members: + +.. autotype:: watcher.api.controllers.v1.goal.Goal + :members: + + Audit Templates ===============