1
0
Fork 0

fixed error in index documentation

This commit is contained in:
Jan Steemann 2014-01-13 17:02:09 +01:00
parent e0aea2c04d
commit 7458abceda
1 changed files with 3 additions and 3 deletions

View File

@ -975,12 +975,12 @@ function post_api_index (req, res) {
/// ///
/// @RESTRETURNCODES /// @RESTRETURNCODES
/// ///
/// @RESTRETURNCODE{202} /// @RESTRETURNCODE{200}
/// If the index could be deleted, then a `HTTP 202` is /// If the index could be deleted, then an `HTTP 200` is
/// returned. /// returned.
/// ///
/// @RESTRETURNCODE{404} /// @RESTRETURNCODE{404}
/// If the `index-handle` is unknown, then a `HTTP 404` is returned. /// If the `index-handle` is unknown, then an `HTTP 404` is returned.
/// @EXAMPLES /// @EXAMPLES
/// ///
/// @EXAMPLE_ARANGOSH_RUN{RestIndexDeleteUniqueSkiplist} /// @EXAMPLE_ARANGOSH_RUN{RestIndexDeleteUniqueSkiplist}