[Groonga-commit] droonga/droonga.org at ed36c6a [gh-pages] Update response body of add command for the latest spec

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Dec 26 18:59:11 JST 2013


YUKI Hiroshi	2013-12-26 18:59:11 +0900 (Thu, 26 Dec 2013)

  New Revision: ed36c6a618544bf0567d567852a2e3423f9f0007
  https://github.com/droonga/droonga.org/commit/ed36c6a618544bf0567d567852a2e3423f9f0007

  Message:
    Update response body of add command for the latest spec

  Modified files:
    reference/commands/add/index.md

  Modified: reference/commands/add/index.md (+2 -2)
===================================================================
--- reference/commands/add/index.md    2013-12-26 18:35:04 +0900 (d3b5961)
+++ reference/commands/add/index.md    2013-12-26 18:59:11 +0900 (f6adea4)
@@ -198,9 +198,9 @@ Value of unspecified columns will not be changed.
 
 ## Responses {#response}
 
-This returns an array with including a boolean value `true` like following as the response's `body`, with `200` as its `statusCode`, if a record is successfully added or updated.
+This returns a boolean value `true` like following as the response's `body`, with `200` as its `statusCode`, if a record is successfully added or updated.
 
-    [true]
+    true
 
 ## Error types {#errors}
 
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index