ソースを参照

Merge pull request #393 from pwm-project/1098660_DocFlaw

Fixed doc where it indicated: 'error | boolean | true if the operatio…
Jason 7 年 前
コミット
e2a4f74648
1 ファイル変更1 行追加1 行削除
  1. 1 1
      server/src/main/webapp/public/reference/rest.jsp

+ 1 - 1
server/src/main/webapp/public/reference/rest.jsp

@@ -94,7 +94,7 @@
             <td class="title" style="font-size: smaller">type</td>
             <td class="title" style="font-size: smaller">description</td>
         </tr>
-        <tr><td>error</td><td>boolean</td><td>true if the operation was successfull</td></tr>
+        <tr><td>error</td><td>boolean</td><td>false if the operation was successfull</td></tr>
         <tr><td>errorCode</td><td>four-digit number</td><td>application error code</td></tr>
         <tr><td>errorMessage</td><td>string</td><td>Localized error message string</td></tr>
         <tr><td>errorDetail</td><td>string</td><td>Error Number, Error ID and debugging detail message if any, English only</td></tr>