You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently Inputs are listed in alphanumeric order and don't respect action order.
Describe the solution you'd like?
For our point of view it's better to have requiered parameters on the top of documentation and in a specific order. For example It's more easy for our customer to see what is required like that, instead of searching all required parameters. Our actions parameters are contruct in like that.
I think it will be great to have an option to perserve order parameters in actions to the generated doc instead of order by alphanumeric value.
name: "myAction"
description: "myAction"
inputs:
b_inputs:
description: "Inputs B required"
required: true
c_inputs:
description: "Inputs C required"
required: true
a_inputs:
description: "Inputs A non required"
required: false
with actual version docs will be :
a_inputs | not required
b_inputs | required
c_inputs | required
with this new feature, order will be preserve :
b_inputs | required
c_inputs | required
a_inputs | not required
Describe alternatives you've considered?
Need to change manually this order of parameters to have required parameter on the top of the doc
Anything else?
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
z15alall
changed the title
[Feature] REQUIRED parameters at the top of the generated docs
[Feature] Doc parameters order respect action order
Feb 2, 2024
Is this feature missing in the latest version?
Is your feature request related to a problem? Please describe.
Currently Inputs are listed in alphanumeric order and don't respect action order.
Describe the solution you'd like?
For our point of view it's better to have requiered parameters on the top of documentation and in a specific order. For example It's more easy for our customer to see what is required like that, instead of searching all required parameters. Our actions parameters are contruct in like that.
I think it will be great to have an option to perserve order parameters in actions to the generated doc instead of order by alphanumeric value.
with actual version docs will be :
a_inputs | not required
b_inputs | required
c_inputs | required
with this new feature, order will be preserve :
b_inputs | required
c_inputs | required
a_inputs | not required
Describe alternatives you've considered?
Need to change manually this order of parameters to have required parameter on the top of the doc
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: