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
Hey @ezimuel Thank you for reporting this issue. Since other PUT endpoints in ES generally expect a given resource ID (rather than auto-generating one) when creating a resource, I believe we should adhere to this pattern in the connector API and always expect an ID path param for PUT _connector/{id} requests. Thank you for opening PR in ES!
There appears to be one failing unit test due to validation logic. Let me fix that!
I will include the necessary changes to the client spec as a part of this PR: #2675
Reading the specification of
connector.put
endpoint that has 2 URL:/_connector/{connector_id}
/_connector
It appears the
connector_id
should be optional but it's required right now.Moreover, reading the documentation it seems the
connector_id
is required and there's no mention about thePUT /_connector
URL.The text was updated successfully, but these errors were encountered: