Add `s` to _cat response parameters
`s` is used for sorting! Relates to #20658
This commit is contained in:
parent
10ddcc4616
commit
f3b8e7c238
|
@ -76,7 +76,7 @@ public abstract class AbstractCatAction extends BaseRestHandler {
|
|||
}
|
||||
|
||||
static Set<String> RESPONSE_PARAMS =
|
||||
Collections.unmodifiableSet(new HashSet<>(Arrays.asList("format", "h", "v", "ts", "pri", "bytes", "size", "time")));
|
||||
Collections.unmodifiableSet(new HashSet<>(Arrays.asList("format", "h", "v", "ts", "pri", "bytes", "size", "time", "s")));
|
||||
|
||||
@Override
|
||||
protected Set<String> responseParams() {
|
||||
|
|
Loading…
Reference in New Issue