Updates and breaking changes for developers.
/connection
are now deprecated. Use the new /connections
endpoint instead.
They all, except one, take and return the same data. Only the base path has changed.
POST /connections
(previously POST /connection
) now takes a different body, but returns the same data as previously.
This new body is more flexible and ensure stricter typings on your side and validation on our side.
POST /connection/:connectionId/metadata
and PATCH /connection/:connectionId/metadata
who have been deprecated for a while will not be migrated to /connections and will be removed at the end of the grace period.
/connection
endpoints./connection
endpoints will be removed./connection
>=0.67.0
>=0.67.0
/connection
, you should migrate to /connections
POST /connection/:connectionId/metadata
or PATCH /connection/:connectionId/metadata
endpoints, you should migrate to /connections/metadata
POST /connection
endpoint to import connections, check the migration section below.POST /connections
credentials
key: