Skip to content

Commit 51bac01

Browse files
committed
poetry assemble + format
1 parent 4920f63 commit 51bac01

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

airbyte_cdk/sources/declarative/models/declarative_component_schema.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2002,7 +2002,9 @@ class DefaultPaginator(BaseModel):
20022002
None, title="Inject Page Size Into Outgoing HTTP Request"
20032003
)
20042004
page_token_option: Optional[Union[RequestOption, RequestPath]] = Field(
2005-
None, title="Inject Page Token Into Outgoing HTTP Request"
2005+
None,
2006+
description="Inject the page token into the outgoing HTTP requests by inserting it into either the request URL path or a field on the request.",
2007+
title="Inject Page Token Into Outgoing HTTP Request",
20062008
)
20072009
parameters: Optional[Dict[str, Any]] = Field(None, alias="$parameters")
20082010

0 commit comments

Comments
 (0)