Excel functions are generated based on the path node in swagger JSON.
It uses the following order to generate the function name:
- If "x-funcNameOverride" value is available then it uses it to create the function name.
- If "x-funcName" value is available then it uses it to create the function name like namespace_shortname_xFuncName.
- If "operationId" value is available then it uses it to create the function name like namespace_shortname_operationId.
Comments
0 comments
Article is closed for comments.