Having the same issue, older Custom Connectors still work but newer ones that are the same appart from the trigger url in the swagger editor dont
Can not edit custom connector created via Logic App
Hey,
I'm creating a power apps custom connector by exporting a logic app. The connector works perfectly fine, as long as i do not change anything in its configuration. As soon as i change anything (even just uploading a new connector icon) and click "update connector", every request will fail with the error:
"error": {
"code": "MissingApiVersionParameter",
"message": "The api-version query parameter (?api-version=) is required for all requests."
This is really frustrating because apart from not being able to set an icon (which is not much of a problem), I also cant set default values or change the name of any actions the connector performs, without the connector breaking. I also can not just (re)add an api version query parameter to the request, because in step "3. definition" i can only edit the body of the request or import new from example.
Is this expected behavior, when creating a custom connector by exporting a logic app? Is there a workaround? I am aware that i could manually reconfigure the whole custom connector, but then again I dont really see the point of having the possibility to export a logic app directy into a custom connector....
Any help would be highly appreciated,
Milo