Bugfix
Detail
#27648
TL script functions for external APIs do not take the parameter type into account
In a TL script function that executes an OpenAPI call, a type can be set for the parameters. This is essentially the type that the OpenAPI server expects. If this call is made from TL-Script, however, integer parameters, for example, are filled with double (as TL-Script always calculates with double).
A conversion to the correct type should take place here.
Test
No explicit test.