-
Notifications
You must be signed in to change notification settings - Fork 115
Adds cat node -h values #4771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds cat node -h values #4771
Conversation
|
Following you can find the validation changes for the API you have modified.
You can validate this API yourself by using the |
lcawl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left two minor comments, otherwise output LGTM!
pquentin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Validation is failing because of a missing s, the rest looks good, thanks!
(I have not checked the actual list of values though.)
Co-authored-by: Lisa Cawley <[email protected]>
Co-authored-by: Quentin Pradet <[email protected]>
Co-authored-by: Quentin Pradet <[email protected]>
* add cat shards -h values * add cat thead_pool -h values * Fix format * Fix bulleted list * Update specification/cat/_types/CatBase.ts Co-authored-by: Lisa Cawley <[email protected]> * Update specification/cat/thread_pool/CatThreadPoolRequest.ts Co-authored-by: Quentin Pradet <[email protected]> * Update specification/cat/thread_pool/CatThreadPoolRequest.ts Co-authored-by: Quentin Pradet <[email protected]> * fix typo --------- Co-authored-by: lcawl <[email protected]> Co-authored-by: Quentin Pradet <[email protected]> (cherry picked from commit 3df6bb7)
* add cat shards -h values * add cat thead_pool -h values * Fix format * Fix bulleted list * Update specification/cat/_types/CatBase.ts Co-authored-by: Lisa Cawley <[email protected]> * Update specification/cat/thread_pool/CatThreadPoolRequest.ts Co-authored-by: Quentin Pradet <[email protected]> * Update specification/cat/thread_pool/CatThreadPoolRequest.ts Co-authored-by: Quentin Pradet <[email protected]> * fix typo --------- Co-authored-by: lcawl <[email protected]> Co-authored-by: Quentin Pradet <[email protected]> (cherry picked from commit 3df6bb7)
* add cat shards -h values * add cat thead_pool -h values * Fix format * Fix bulleted list * Update specification/cat/_types/CatBase.ts Co-authored-by: Lisa Cawley <[email protected]> * Update specification/cat/thread_pool/CatThreadPoolRequest.ts Co-authored-by: Quentin Pradet <[email protected]> * Update specification/cat/thread_pool/CatThreadPoolRequest.ts Co-authored-by: Quentin Pradet <[email protected]> * fix typo --------- Co-authored-by: lcawl <[email protected]> Co-authored-by: Quentin Pradet <[email protected]> (cherry picked from commit 3df6bb7)
* add cat shards -h values * add cat thead_pool -h values * Fix format * Fix bulleted list * Update specification/cat/_types/CatBase.ts Co-authored-by: Lisa Cawley <[email protected]> * Update specification/cat/thread_pool/CatThreadPoolRequest.ts Co-authored-by: Quentin Pradet <[email protected]> * Update specification/cat/thread_pool/CatThreadPoolRequest.ts Co-authored-by: Quentin Pradet <[email protected]> * fix typo --------- Co-authored-by: lcawl <[email protected]> Co-authored-by: Quentin Pradet <[email protected]> (cherry picked from commit 3df6bb7)
* add cat shards -h values * add cat thead_pool -h values * Fix format * Fix bulleted list * Update specification/cat/_types/CatBase.ts * Update specification/cat/thread_pool/CatThreadPoolRequest.ts * Update specification/cat/thread_pool/CatThreadPoolRequest.ts * fix typo --------- (cherry picked from commit 3df6bb7) Co-authored-by: Charlotte Hoblik <[email protected]> Co-authored-by: lcawl <[email protected]> Co-authored-by: Quentin Pradet <[email protected]>

This PR adds the enumerated values for the -h parameter in the following APIs:
Related issue: #4345