Commit 7cb907cc authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

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
parent 4dd841c9
---
title: Add search optional param and docs for V4
merge_request:
author:
This diff is collapsed.
......@@ -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
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment