From 7cb907cc77f5b7fdc4a5b2acc094e1fa3b3b9f92 Mon Sep 17 00:00:00 2001 From: Oswaldo Ferreira Date: Thu, 30 Mar 2017 22:11:12 -0300 Subject: Add "search" optional param and docs for V4 Notice that this param is being supported since V3, but we have not added the proper docs for it --- lib/api/issues.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/api/issues.rb') diff --git a/lib/api/issues.rb b/lib/api/issues.rb index 4dce5dd130a..09053e615cb 100644 --- a/lib/api/issues.rb +++ b/lib/api/issues.rb @@ -26,6 +26,7 @@ module API desc: 'Return issues sorted in `asc` or `desc` order.' optional :milestone, type: String, desc: 'Return issues for a specific milestone' optional :iids, type: Array[Integer], desc: 'The IID array of issues' + optional :search, type: String, desc: 'Search issues for text present in the title or description' use :pagination end -- cgit v1.2.1