1
0
Fork 0

fixed documentation generation

This commit is contained in:
Jan Steemann 2015-08-11 14:04:41 +02:00
parent 6a26f9bc55
commit b78dadfe9f
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ function get_api_aqlfunction (req, res) {
///
/// var response = logCurlRequest('POST', url, JSON.stringify(body));
///
/// assert(response.code === 201);
/// assert(response.code === 200 || response.code === 201 || response.code === 202);
///
/// logJsonResponse(response);
/// @END_EXAMPLE_ARANGOSH_RUN