Is there a difference between using the POST /v1/w...
# ask-community-for-troubleshooting
j
Is there a difference between using the POST /v1/web_backend/connections/update and the regular POST /v1/connections/update? I mean besides the skipReset functionality.
✍️ 1
u
@[DEPRECATED] Marcos Marx turned this message into Zendesk ticket 2558 to ensure timely resolution!
s
Currently they are pretty similar, although the
web_backend
endpoint does allow you to pass in an
operations
object which allows for some deeper configuration of normalization/dbt. Also, we do not guarantee backwards compatibility for the
/web_backend/
endpoints. Docs in case you don't have them:
POST /v1/web_backend/connections/update
: https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#post-/v1/web_backend/connections/update `POST /v1/connections/update`: https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#post-/v1/connections/update