File tree Expand file tree Collapse file tree 2 files changed +6
-14
lines changed
Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 88 - post
99 - set
1010 - user
11- - wiki
11+ - wiki
12+ - replacement
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ summary: Search Post Replacements
22operationId : searchPostReplacements
33tags :
44 - Post Replacements
5- description : When no results are found, an object with an `post_replacements` key is returned .
5+ description : Rejected replacements can only be seen by staff .
66parameters :
77 - $ref : " ../../components/parameters/limit.yaml"
88 - $ref : " ../../components/parameters/page.yaml"
@@ -71,15 +71,6 @@ responses:
7171 content :
7272 application/json :
7373 schema :
74- anyOf :
75- - type : array
76- items :
77- $ref : " ../../components/schemas/postReplacement.yaml"
78- - type : object
79- description : No Results
80- required :
81- - post_replacements
82- properties :
83- post_replacements :
84- type : array
85- maxItems : 0
74+ type : array
75+ items :
76+ $ref : " ../../components/schemas/postReplacement.yaml"
You can’t perform that action at this time.
0 commit comments