Skip to content

Commit e343e8c

Browse files
committed
717 - docs - generated
1 parent 9ac1b3d commit e343e8c

File tree

2 files changed

+48
-16
lines changed

2 files changed

+48
-16
lines changed

docs/src/content/docs/reference/components/github.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Type: OBJECT
222222

223223

224224
### List Issues
225-
Retrieve issues assigned to the authenticated user across all accessible repositories
225+
Retrieve issues assigned to the authenticated user across all accessible repositories.
226226

227227
#### Properties
228228

@@ -236,30 +236,22 @@ Retrieve issues assigned to the authenticated user across all accessible reposit
236236

237237

238238

239-
Type: OBJECT
239+
Type: ARRAY
240240

241241

242242
#### Properties
243243

244244
| Name | Type | Control Type |
245245
|:------------:|:------------:|:--------------------:|
246-
| url | STRING | TEXT |
247-
| repository_url | STRING | TEXT |
248-
| id | NUMBER | NUMBER |
249-
| number | INTEGER | INTEGER |
250-
| title | STRING | TEXT |
251-
| state | STRING | TEXT |
252-
| assignees | [{STRING\(login), STRING\(id), STRING\(html_url), STRING\(type)}] | ARRAY_BUILDER |
253-
| labels | [{STRING\(id), STRING\(name), STRING\(description)}] | ARRAY_BUILDER |
254-
| body | STRING | TEXT |
246+
| | {STRING\(url), STRING\(repository_url), NUMBER\(id), INTEGER\(number), STRING\(title), STRING\(state), [{STRING\(login), STRING\(id), STRING\(html_url), STRING\(type)}]\(assignees), [{STRING\(id), STRING\(name), STRING\(description)}]\(labels), STRING\(body)} | OBJECT_BUILDER |
255247

256248

257249

258250

259251

260252

261-
### List Issues
262-
Get list of issues from the repository
253+
### List Repository Issues
254+
Lists issues in a repository. Only open issues will be listed.
263255

264256
#### Properties
265257

@@ -275,6 +267,12 @@ Get list of issues from the repository
275267
Type: ARRAY
276268

277269

270+
#### Properties
271+
272+
| Name | Type | Control Type |
273+
|:------------:|:------------:|:--------------------:|
274+
| | {STRING\(url), STRING\(repository_url), NUMBER\(id), INTEGER\(number), STRING\(title), STRING\(state), [{STRING\(login), STRING\(id), STRING\(html_url), STRING\(type)}]\(assignees), [{STRING\(id), STRING\(name), STRING\(description)}]\(labels), STRING\(body)} | OBJECT_BUILDER |
275+
278276

279277

280278

@@ -373,8 +371,12 @@ Type: OBJECT
373371
# Additional instructions
374372
<hr />
375373

376-
## CONNECTION
374+
## Connection Setup
375+
376+
[Setting up OAuth2](https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/creating-an-oauth-app) This link provides a comprehensive guide on how to create and configure an OAuth app on GitHub.
377377

378-
[Setting up OAuth2](https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/creating-an-oauth-app)
378+
For a visual walkthrough, refer to the embedded video tutorial below. It offers a step-by-step demonstration of the OAuth2 setup process, making it easier to follow along and implement.
379379

380-
<div style="position:relative;height:0;width:100%;overflow:hidden;z-index:99999;box-sizing:border-box;padding-bottom:calc(53.02672956% + 32px)"><iframe src="https://www.guidejar.com/embed/056201df-2b7a-45c7-9691-3aad03b82487?type=1&controls=on" width="100%" height="100%" style="height:100%;position:absolute;inset:0" allowfullscreen frameborder="0"></iframe></div>
380+
<div style="position:relative;height:0;width:100%;overflow:hidden;z-index:99999;box-sizing:border-box;padding-bottom:calc(53.02672956% + 32px)">
381+
<iframe src="https://www.guidejar.com/embed/bhsAUb5TGIexsFuLBica?type=1&controls=on" width="100%" height="100%" style="height:100%;position:absolute;inset:0" allowfullscreen frameborder="0"></iframe>
382+
</div>

docs/src/content/docs/reference/components/google-sheets.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,36 @@ Append a row of values to an existing sheet.
219219

220220

221221

222+
### List Sheets
223+
Get all sheets from the spreadsheet.
224+
225+
#### Properties
226+
227+
| Name | Label | Type | Control Type | Description | Required |
228+
|:--------------:|:--------------:|:------------:|:--------------------:|:-------------------:|:-------------------:|
229+
| spreadsheetId | Spreadsheet ID | STRING | SELECT | The ID of the spreadsheet to apply the updates to. | true |
230+
231+
232+
#### Output
233+
234+
235+
236+
Type: OBJECT
237+
238+
239+
#### Properties
240+
241+
| Name | Type | Control Type |
242+
|:------------:|:------------:|:--------------------:|
243+
| spreadsheetId | STRING | TEXT |
244+
| sheetId | INTEGER | INTEGER |
245+
| sheetName | STRING | TEXT |
246+
247+
248+
249+
250+
251+
222252
### Update Row
223253
Overwrite values in an existing row.
224254

0 commit comments

Comments
 (0)