@@ -45,7 +45,7 @@ class SearchController {
4545 * "text": "No princípio Deus criou os céus e a terra."
4646 * }
4747 *
48- * @apiError TooManyRequests When performing more than 3 requests at the same endpoint in an interval less than 5 minutes
48+ * @apiError TooManyRequests When performing more than 50 requests at the same endpoint in an interval less than 5 minutes
4949 * @apiError VerseNotFound When the verse was not found
5050 *
5151 * @apiErrorExample {text} Error-Response:
@@ -162,7 +162,7 @@ class SearchController {
162162 ]
163163}
164164 *
165- * @apiError TooManyRequests When performing more than 3 requests at the same endpoint in an interval less than 5 minutes
165+ * @apiError TooManyRequests When performing more than 50 requests at the same endpoint in an interval less than 5 minutes
166166 * @apiError VerseNotFound When the verse was not found
167167 *
168168 * @apiErrorExample {text} Error-Response:
@@ -273,7 +273,7 @@ class SearchController {
273273 ...
274274]
275275 *
276- * @apiError TooManyRequests When performing more than 3 requests at the same endpoint in an interval less than 5 minutes
276+ * @apiError TooManyRequests When performing more than 50 requests at the same endpoint in an interval less than 5 minutes
277277 *
278278 * @apiErrorExample {text} Error-Response:
279279 * HTTP/1.1 429 Too Many Requests
@@ -315,13 +315,14 @@ class SearchController {
315315 {
316316 "abbrev": "gn",
317317 "author": "Moisés",
318+ "comment": "Uma vez que este livro anônimo integra o Pentateuco unificado",
318319 "chapters": 50,
319320 "group": "Pentateuco",
320321 "name": "Gênesis",
321322 "testament": "VT"
322323 }
323324 *
324- * @apiError TooManyRequests When performing more than 3 requests at the same endpoint in an interval less than 5 minutes
325+ * @apiError TooManyRequests When performing more than 50 requests at the same endpoint in an interval less than 5 minutes
325326 * @apiError VerseNotFound When the verse was not found
326327 *
327328 * @apiErrorExample {text} Error-Response:
@@ -346,6 +347,7 @@ class SearchController {
346347 abbrev : book . abbrev ,
347348 author : book . author ,
348349 chapters : book . chapters ,
350+ comment : book . comment ,
349351 group : book . group ,
350352 name : book . name ,
351353 testament : book . testament
@@ -395,7 +397,7 @@ class SearchController {
395397 ]
396398 }
397399 *
398- * @apiError TooManyRequests When performing more than 3 requests at the same endpoint in an interval less than 5 minutes
400+ * @apiError TooManyRequests When performing more than 50 requests at the same endpoint in an interval less than 5 minutes
399401 * @apiError VerseNotFound When the verse was not found
400402 * @apiError BadRequest When the required parameters are not sent
401403 *
0 commit comments