We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8f90b commit d0983e5Copy full SHA for d0983e5
airbyte_cdk/sources/declarative/models/declarative_component_schema.py
@@ -2233,7 +2233,7 @@ class HttpRequester(BaseModelWithDeprecations):
2233
"https://connect.squareup.com/v2/quotes/{{ stream_partition['id'] }}/quote_line_groups",
2234
"https://example.com/api/v1/resource/{{ next_page_token['id'] }}",
2235
],
2236
- title="API URL",
+ title="The URL of an API endpoint",
2237
)
2238
path: Optional[str] = Field(
2239
None,
0 commit comments