Enterprise Connection "Save Changes" Button Does Not Work
Last Updated:
Overview
Applies To
- Connection settings
- Save Changes button
- Management API
Cause
Solution
In the meantime, the solution is to remove the "icon_url" field from the connection in order for the UI to work as expected.
This can only be done via the Management API by:
- Doing a GET to the get a connection by id endpoint
- Copy the returned "options" object and remove the "icon_url"
- Send only the new modified "options" object to update the same connection via a PATCH to the endpoint