Skip to content

Commit

Permalink
[7.7] deprecrate size from cat.thread_pool in json spec (#55984) (#56737
Browse files Browse the repository at this point in the history
)

The rest spec and documentation for _cat/threadpool supports a "size" parameter.
However, the "size" parameter will have no impact since there are no values
of type "SizeValue" of the return value of this _cat api.

This commit deprecates this from JSON spec and will be removed in a followup.

Note - this only impacts the JSON spec since all cat APIs support the same set
of parameters, even if the specific call is not impacted by the param.
  • Loading branch information
jakelandis committed May 26, 2020
1 parent 170ad86 commit e9ac5cb
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@
"g",
"t",
"p"
]
],
"deprecated":{
"version":"7.7.0",
"description":"Setting this value has no effect and will be removed from the specification."
}
},
"local":{
"type":"boolean",
Expand Down

0 comments on commit e9ac5cb

Please sign in to comment.