Skip to content

Commit d0983e5

Browse files
author
Oleksandr Bazarnov
committed
updated models
1 parent 7d8f90b commit d0983e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/declarative/models/declarative_component_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2233,7 +2233,7 @@ class HttpRequester(BaseModelWithDeprecations):
22332233
"https://connect.squareup.com/v2/quotes/{{ stream_partition['id'] }}/quote_line_groups",
22342234
"https://example.com/api/v1/resource/{{ next_page_token['id'] }}",
22352235
],
2236-
title="API URL",
2236+
title="The URL of an API endpoint",
22372237
)
22382238
path: Optional[str] = Field(
22392239
None,

0 commit comments

Comments
 (0)