Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1511,7 +1511,6 @@ definitions:
incremental_sync:
title: Incremental Sync
description: Component used to fetch data incrementally based on a time field in the data.
linkable: true
anyOf:
- "$ref": "#/definitions/DatetimeBasedCursor"
- "$ref": "#/definitions/IncrementingCountCursor"
Expand Down Expand Up @@ -2039,7 +2038,6 @@ definitions:
deprecation_message: "Use `url` field instead."
title: API Base URL
description: Deprecated, use the `url` instead. Base URL of the API source. Do not put sensitive information (e.g. API tokens) into this field - Use the Authenticator component for this.
linkable: true
type: string
interpolation_context:
- config
Expand Down
Loading