Skip to content

Commit 9bfc1cb

Browse files
docs-botsophiethekingCopilot
authored
Update OpenAPI Description (#60614)
Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent adda94a commit 9bfc1cb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+13604
-497
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Agent tasks
3+
shortTitle: Agent tasks
4+
intro: Use the REST API to manage agent tasks in {% data variables.product.prodname_actions %}.
5+
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
6+
fpt: '*'
7+
ghec: '*'
8+
autogenerated: rest
9+
allowTitleToDifferFromFilename: true
10+
---
11+
12+
<!-- Content after this section is automatically generated -->

content/rest/agent-tasks/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Agent tasks
3+
autogenerated: rest
4+
allowTitleToDifferFromFilename: true
5+
children:
6+
- /agent-tasks
7+
versions:
8+
fpt: '*'
9+
ghec: '*'
10+
---
11+

content/rest/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ children:
5151
- /guides
5252
- /actions
5353
- /activity
54+
- /agent-tasks
5455
- /announcement-banners
5556
- /apps
5657
- /billing

src/github-apps/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
"2022-11-28"
6161
]
6262
},
63-
"sha": "f8524e666767de6a6784abf509992ad962dd7762"
63+
"sha": "c8a7d24eac4f40d797db33e85d5aa1480b163c27"
6464
}

src/rest/data/fpt-2022-11-28/actions.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5732,8 +5732,7 @@
57325732
{
57335733
"type": "array of strings",
57345734
"name": "include_claim_keys",
5735-
"description": "<p>Array of unique strings. Each claim key can only contain alphanumeric characters and underscores.</p>",
5736-
"isRequired": true
5735+
"description": "<p>Array of unique strings. Each claim key can only contain alphanumeric characters and underscores.</p>"
57375736
}
57385737
],
57395738
"descriptionHTML": "<p>Creates or updates the customization template for an OpenID Connect (OIDC) subject claim.</p>\n<p>OAuth app tokens and personal access tokens (classic) need the <code>write:org</code> scope to use this endpoint.</p>",

0 commit comments

Comments
 (0)