diff --git a/example/example.js b/example/example.js
index 90aa4ede..924a864a 100644
--- a/example/example.js
+++ b/example/example.js
@@ -72,6 +72,7 @@ function postUser() { return; }
* @apiDescription This function has same errors like POST /user, but errors not defined again, they were included with "apiErrorStructure"
*
* @apiParam {String} name Name of the User.
+ * @apiParam {File} avatar Upload avatar.
*
* @apiUse CreateUserError
*/
diff --git a/template/index.html b/template/index.html
index 668f6061..832daa88 100644
--- a/template/index.html
+++ b/template/index.html
@@ -291,7 +291,7 @@