1
0
Fork 0

Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel

This commit is contained in:
Michael Hackstein 2013-06-03 15:12:31 +02:00
commit 453dc3c1ec
1 changed files with 7 additions and 2 deletions

View File

@ -358,8 +358,13 @@ function get_graph_graph (req, res) {
/// ///
/// @RESTRETURNCODES /// @RESTRETURNCODES
/// ///
/// @RESTRETURNCODE{204} /// @RESTRETURNCODE{200}
/// is returned if the graph was deleted /// 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} /// @RESTRETURNCODE{404}
/// is returned if the graph was not found. /// is returned if the graph was not found.