|
85 | 85 | "name": "is_archived", |
86 | 86 | "in": "query", |
87 | 87 | "schema": { |
88 | | - "type": "boolean" |
| 88 | + "type": "boolean", |
| 89 | + "default": false |
89 | 90 | }, |
90 | | - "description": "<p>Filter by archived status. When <code>true</code>, returns only archived tasks. When <code>false</code>, returns only non-archived tasks.</p>" |
| 91 | + "description": "<p>Filter by archived status. When <code>true</code>, returns only archived tasks. When <code>false</code> or omitted, returns only non-archived tasks. Defaults to <code>false</code>.</p>" |
91 | 92 | }, |
92 | 93 | { |
93 | 94 | "name": "since", |
|
108 | 109 | } |
109 | 110 | ], |
110 | 111 | "bodyParameters": [], |
111 | | - "descriptionHTML": "<p>Returns a list of tasks for a specific repository</p>", |
| 112 | + "descriptionHTML": "<div class=\"ghd-alert ghd-alert-accent\" data-container=\"alert\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThis endpoint is in public preview and is subject to change.</p>\n</div>\n<p>Returns a list of tasks for a specific repository</p>", |
112 | 113 | "codeExamples": [ |
113 | 114 | { |
114 | 115 | "request": { |
|
451 | 452 | { |
452 | 453 | "type": "string", |
453 | 454 | "name": "model", |
454 | | - "description": "<p>Model identifier</p>" |
| 455 | + "description": "<p>The model to use for this task. The allowed models may change over time and depend on the user's GitHub Copilot plan and organization policies. Currently supported values: <code>claude-sonnet-4.6</code>, <code>claude-opus-4.6</code>, <code>gpt-5.2-codex</code>, <code>gpt-5.3-codex</code>, <code>gpt-5.4</code>, <code>claude-sonnet-4.5</code>, <code>claude-opus-4.5</code></p>" |
455 | 456 | }, |
456 | 457 | { |
457 | 458 | "type": "string", |
|
467 | 468 | "type": "string", |
468 | 469 | "name": "base_ref", |
469 | 470 | "description": "<p>Base ref for new branch/PR</p>" |
470 | | - }, |
471 | | - { |
472 | | - "type": "string", |
473 | | - "name": "event_type", |
474 | | - "description": "<p>Type of event</p>" |
475 | | - }, |
476 | | - { |
477 | | - "type": "string", |
478 | | - "name": "event_url", |
479 | | - "description": "<p>URL of the triggering event</p>" |
480 | | - }, |
481 | | - { |
482 | | - "type": "array of strings", |
483 | | - "name": "event_identifiers", |
484 | | - "description": "<p>Identifiers for tracking</p>" |
485 | 471 | } |
486 | 472 | ], |
487 | | - "descriptionHTML": "<p>Creates a new task for a repository</p>", |
| 473 | + "descriptionHTML": "<div class=\"ghd-alert ghd-alert-accent\" data-container=\"alert\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThis endpoint is in public preview and is subject to change.</p>\n</div>\n<p>Creates a new task for a repository</p>", |
488 | 474 | "codeExamples": [ |
489 | 475 | { |
490 | 476 | "request": { |
|
784 | 770 | } |
785 | 771 | ], |
786 | 772 | "bodyParameters": [], |
787 | | - "descriptionHTML": "<p>Returns a task by ID scoped to an owner/repo path</p>", |
| 773 | + "descriptionHTML": "<div class=\"ghd-alert ghd-alert-accent\" data-container=\"alert\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThis endpoint is in public preview and is subject to change.</p>\n</div>\n<p>Returns a task by ID scoped to an owner/repo path</p>", |
788 | 774 | "codeExamples": [ |
789 | 775 | { |
790 | 776 | "request": { |
|
1325 | 1311 | "name": "is_archived", |
1326 | 1312 | "in": "query", |
1327 | 1313 | "schema": { |
1328 | | - "type": "boolean" |
| 1314 | + "type": "boolean", |
| 1315 | + "default": false |
1329 | 1316 | }, |
1330 | | - "description": "<p>Filter by archived status. When <code>true</code>, returns only archived tasks. When <code>false</code>, returns only non-archived tasks.</p>" |
| 1317 | + "description": "<p>Filter by archived status. When <code>true</code>, returns only archived tasks. When <code>false</code> or omitted, returns only non-archived tasks. Defaults to <code>false</code>.</p>" |
1331 | 1318 | }, |
1332 | 1319 | { |
1333 | 1320 | "name": "since", |
|
1340 | 1327 | } |
1341 | 1328 | ], |
1342 | 1329 | "bodyParameters": [], |
1343 | | - "descriptionHTML": "<p>Returns a list of tasks for the authenticated user</p>", |
| 1330 | + "descriptionHTML": "<div class=\"ghd-alert ghd-alert-accent\" data-container=\"alert\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThis endpoint is in public preview and is subject to change.</p>\n</div>\n<p>Returns a list of tasks for the authenticated user</p>", |
1344 | 1331 | "codeExamples": [ |
1345 | 1332 | { |
1346 | 1333 | "request": { |
|
1645 | 1632 | } |
1646 | 1633 | ], |
1647 | 1634 | "bodyParameters": [], |
1648 | | - "descriptionHTML": "<p>Returns a task by ID with its associated sessions</p>", |
| 1635 | + "descriptionHTML": "<div class=\"ghd-alert ghd-alert-accent\" data-container=\"alert\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThis endpoint is in public preview and is subject to change.</p>\n</div>\n<p>Returns a task by ID with its associated sessions</p>", |
1649 | 1636 | "codeExamples": [ |
1650 | 1637 | { |
1651 | 1638 | "request": { |
|
0 commit comments