Skip to content

Commit 3f43ea6

Browse files
committed
Change description
1 parent d8d162a commit 3f43ea6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

custom-recipes/api-connect/recipe.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
{
205205
"name": "next_page_url_base",
206206
"label": "Base URL to next page",
207-
"description": "https://mysite.com/bla/",
207+
"description": "https://mysite.com/path/",
208208
"type": "STRING",
209209
"defaultValue": null,
210210
"visibilityCondition": "model.pagination_type=='next_page' && (model.is_next_page_url_relative==true)"

python-connectors/api-connect_dataset/connector.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
{
164164
"name": "next_page_url_base",
165165
"label": "Base URL to next page",
166-
"description": "https://mysite.com/bla/",
166+
"description": "https://mysite.com/path/",
167167
"type": "STRING",
168168
"defaultValue": null,
169169
"visibilityCondition": "model.pagination_type=='next_page' && (model.is_next_page_url_relative==true)"

0 commit comments

Comments
 (0)