From 7e3f915492ec741e57571bce7011129cea60dc2d Mon Sep 17 00:00:00 2001 From: a-brandt Date: Mon, 3 Jun 2013 15:00:37 +0200 Subject: [PATCH] changed wrong documentation --- js/actions/api-graph.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/js/actions/api-graph.js b/js/actions/api-graph.js index 7adc5b75eb..c3f02967b7 100644 --- a/js/actions/api-graph.js +++ b/js/actions/api-graph.js @@ -358,8 +358,13 @@ function get_graph_graph (req, res) { /// /// @RESTRETURNCODES /// -/// @RESTRETURNCODE{204} -/// is returned if the graph was deleted +/// @RESTRETURNCODE{200} +/// is returned if the graph was deleted and `waitForSync` was +/// `true`. +/// +/// @RESTRETURNCODE{202} +/// is returned if the graph was deleted and `waitForSync` was +/// `false`. /// /// @RESTRETURNCODE{404} /// is returned if the graph was not found.