Skip to content

Commit

Permalink
Revert "Updated api endpoints links"
Browse files Browse the repository at this point in the history
This reverts commit 6a53027.
  • Loading branch information
Anaelle1 committed Jul 26, 2024
1 parent 5737536 commit 933985d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _data/taps/schemas/hubspot/v3/hubspot-v3-tables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tables:
links:
doc-link: https://developers.hubspot.com/docs/methods/lists/contact-lists-overview
singer-schema: https://github.com/singer-io/tap-hubspot/blob/master/tap_hubspot/schemas/contact_lists.json
api-method: https://developers.hubspot.com/docs/api/crm/lists
api-method: https://developers.hubspot.com/docs/methods/lists/get_lists
table-details:
replication-method: Key-based Incremental
primary-key: listId
Expand All @@ -61,7 +61,7 @@ tables:
links:
doc-link: https://developers.hubspot.com/docs/methods/contacts/contacts-overview
singer-schema: https://github.com/singer-io/tap-hubspot/blob/master/tap_hubspot/schemas/contacts.json
api-method: https://developers.hubspot.com/docs/api/crm/contacts
api-method: https://developers.hubspot.com/docs/methods/contacts/get_contacts
table-details:
replication-method: Key-based Incremental
primary-key: vid
Expand Down Expand Up @@ -91,7 +91,7 @@ tables:
links:
doc-link: https://developers.hubspot.com/docs/methods/deal-pipelines/overview
singer-schema: https://github.com/singer-io/tap-hubspot/blob/master/tap_hubspot/schemas/deal_pipelines.json
api-method: https://developers.hubspot.com/docs/api/crm/pipelines
api-method: https://developers.hubspot.com/docs/methods/deal-pipelines/get-all-deal-pipelines
table-details:
replication-method: Full Table
primary-key: pipelineId
Expand All @@ -103,7 +103,7 @@ tables:
links:
doc-link: https://developers.hubspot.com/docs/methods/deals/deals_overview
singer-schema: https://github.com/singer-io/tap-hubspot/blob/master/tap_hubspot/schemas/deals.json
api-method: https://developers.hubspot.com/docs/api/crm/deals
api-method: https://developers.hubspot.com/docs/methods/deals/get-all-deals
table-details:
replication-method: Key-based Incremental
primary-key: dealId
Expand Down Expand Up @@ -161,7 +161,7 @@ tables:
links:
doc-link: https://developers.hubspot.com/docs/methods/engagements/engagements-overview
singer-schema: https://github.com/singer-io/tap-hubspot/blob/master/tap_hubspot/schemas/engagements.json
api-method: https://developers.hubspot.com/docs/api/crm/engagements
api-method: https://developers.hubspot.com/docs/methods/engagements/get-all-engagements
table-details:
replication-method: Key-based Incremental
primary-key: engagement_id
Expand Down

0 comments on commit 933985d

Please sign in to comment.