File tree 2 files changed +23
-2
lines changed
lib/Desk/service-description/operations
2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1
- extends : list
1
+ extends : search
2
2
summary : Search public articles with pagination
3
3
uri : articles/search
4
4
responseClass : SearchArticlesPage
@@ -11,4 +11,13 @@ parameters:
11
11
description : Topic IDs to filter results by
12
12
type : array
13
13
items : { extends: id }
14
- location : " query"
14
+ location : query
15
+ brand_ids :
16
+ description : List of brand ids to filter results.
17
+ type : array
18
+ items : { extends: id }
19
+ location : query
20
+ in_support_center :
21
+ description : Boolean parameter to limit search to articles that appear in support center.
22
+ type : boolean
23
+ location : query
Original file line number Diff line number Diff line change 23
23
type : integer
24
24
minimum : 1
25
25
location : query
26
+ search :
27
+ extends : list
28
+ parameters :
29
+ sort_field :
30
+ description : Field name on which you would like to sort
31
+ type : string
32
+ location : query
33
+ sort_direction :
34
+ description : direction to sort
35
+ type : string
36
+ enum : ['asc', 'desc']
37
+ location : query
26
38
show :
27
39
extends : embeddable
28
40
httpMethod : GET
You can’t perform that action at this time.
0 commit comments