Skip to content
Snippets Groups Projects
Commit 2b744571 authored by Felix Sidokhine's avatar Felix Sidokhine
Browse files

fixed a few typos

parent 234596ac
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ define({ "api": [ ...@@ -86,7 +86,7 @@ define({ "api": [
"type": "body", "type": "body",
"optional": false, "optional": false,
"field": "Contact", "field": "Contact",
"description": "<p>(contact JSON representation of the contact object)</p>" "description": "<p>JSON representation of the contact object</p>"
} }
] ]
} }
......
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
"type": "body", "type": "body",
"optional": false, "optional": false,
"field": "Contact", "field": "Contact",
"description": "<p>(contact JSON representation of the contact object)</p>" "description": "<p>JSON representation of the contact object</p>"
} }
] ]
} }
......
...@@ -7,7 +7,7 @@ define({ ...@@ -7,7 +7,7 @@ define({
"apidoc": "0.3.0", "apidoc": "0.3.0",
"generator": { "generator": {
"name": "apidoc", "name": "apidoc",
"time": "2020-06-05T16:00:10.907Z", "time": "2020-06-05T16:15:02.609Z",
"url": "http://apidocjs.com", "url": "http://apidocjs.com",
"version": "0.23.0" "version": "0.23.0"
} }
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"apidoc": "0.3.0", "apidoc": "0.3.0",
"generator": { "generator": {
"name": "apidoc", "name": "apidoc",
"time": "2020-06-05T16:00:10.907Z", "time": "2020-06-05T16:15:02.609Z",
"url": "http://apidocjs.com", "url": "http://apidocjs.com",
"version": "0.23.0" "version": "0.23.0"
} }
......
...@@ -63,7 +63,7 @@ public class ContactServlet extends HttpServlet { ...@@ -63,7 +63,7 @@ public class ContactServlet extends HttpServlet {
* @apiName putContact * @apiName putContact
* @apiGroup Contacts * @apiGroup Contacts
* *
* @apiParam {body} Contact (contact JSON representation of the contact object) * @apiParam {body} Contact JSON representation of the contact object
* *
* @apiSuccess (200) {null} null successfully added contact * @apiSuccess (200) {null} null successfully added contact
* @apiError (500) {null} null contact could not be successfully added * @apiError (500) {null} null contact could not be successfully added
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment