Jelajahi Sumber

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

Fixed doc where it indicated: 'error | boolean | true if the operatio…
Jason 7 tahun lalu
induk
melakukan
e2a4f74648
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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>