Hi,
I have a new issue (before worked fine). When I create a new connector and test in flow or from wizard I get this message:
API has been disabled due to inactivity. Please update the Custom Connector to enable it again.
I tried following this:
https://support.microsoft.com/en-us/topic/ecb26f30-bd57-f96e-5fec-f8544fd25558
But updating a connector has no effect. Even more, updating a working connector (for example the host url) shows a new host url in the UI but the call is made to the old host url.
Sample:
swagger: '2.0'
info: {title: API test, description: API test, version: '1.0'}
host: reqres.in
basePath: /
schemes: [https]
consumes: []
produces: []
paths:
/api/users/2:
get:
responses:
default:
description: default
schema: {}
summary: users
description: users
operationId: users
parameters: []
definitions: {}
parameters: {}
responses: {}
securityDefinitions:
basic_auth: {type: basic}
security:
- basic_auth: []
tags: []
Wizzard:

Flow:
