You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: descriptions/api.github.com/api.github.com.json
+15-41Lines changed: 15 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -12886,13 +12886,6 @@
12886
12886
"x-github": {
12887
12887
"githubCloudOnly": false,
12888
12888
"enabledForGitHubApps": true,
12889
-
"previews": [
12890
-
{
12891
-
"required": false,
12892
-
"name": "baptiste",
12893
-
"note": "The `is_template` and `template_repository` keys are currently available for developer to preview. See [Create a repository using a template](https://docs.github.com/rest/reference/repos#create-a-repository-using-a-template) to learn how to create template repositories. To access these new response keys during the preview period, you must provide a custom [media type](https://docs.github.com/rest/overview/media-types) in the `Accept` header:\n\n```shell\napplication/vnd.github.baptiste-preview+json\n```"
12894
-
}
12895
-
],
12896
12889
"category": "repos",
12897
12890
"subcategory": null
12898
12891
}
@@ -13060,13 +13053,6 @@
13060
13053
"x-github": {
13061
13054
"githubCloudOnly": false,
13062
13055
"enabledForGitHubApps": true,
13063
-
"previews": [
13064
-
{
13065
-
"required": false,
13066
-
"name": "baptiste",
13067
-
"note": "The `is_template` and `template_repository` keys are currently available for developer to preview. See [Create a repository using a template](https://docs.github.com/rest/reference/repos#create-a-repository-using-a-template) to learn how to create template repositories. To access these new response keys during the preview period, you must provide a custom [media type](https://docs.github.com/rest/overview/media-types) in the `Accept` header:\n\n```shell\napplication/vnd.github.baptiste-preview+json\n```"
13068
-
}
13069
-
],
13070
13056
"category": "repos",
13071
13057
"subcategory": null
13072
13058
}
@@ -17497,13 +17483,6 @@
17497
17483
"x-github": {
17498
17484
"githubCloudOnly": false,
17499
17485
"enabledForGitHubApps": true,
17500
-
"previews": [
17501
-
{
17502
-
"required": false,
17503
-
"name": "baptiste",
17504
-
"note": "The `is_template` and `template_repository` keys are currently available for developer to preview. See [Create a repository using a template](https://docs.github.com/rest/reference/repos#create-a-repository-using-a-template) to learn how to create template repositories. To access these new response keys during the preview period, you must provide a custom [media type](https://docs.github.com/rest/overview/media-types) in the `Accept` header:\n\n```shell\napplication/vnd.github.baptiste-preview+json\n```"
"description": "Gets a specific workflow run attempt. Anyone with read access to the repository\ncan use this endpoint. If the repository is private you must use an access token\nwith the `repo` scope. GitHub Apps must have the `actions:read` permission to\nuse this endpoint.",
"description": "Gets a redirect URL to download an archive of log files for a specific workflow run attempt. This link expires after\n1 minute. Look for `Location:` in the response header to find the URL for the download. Anyone with read access to\nthe repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.\nGitHub Apps must have the `actions:read` permission to use this endpoint.",
@@ -18832,7 +18811,7 @@
18832
18811
"$ref": "#/components/parameters/run-id"
18833
18812
},
18834
18813
{
18835
-
"$ref": "#/components/parameters/attempt-num"
18814
+
"$ref": "#/components/parameters/attempt-number"
18836
18815
}
18837
18816
],
18838
18817
"responses": {
@@ -41326,13 +41305,6 @@
41326
41305
"x-github": {
41327
41306
"githubCloudOnly": false,
41328
41307
"enabledForGitHubApps": false,
41329
-
"previews": [
41330
-
{
41331
-
"required": true,
41332
-
"name": "baptiste",
41333
-
"note": "Creating and using repository templates is currently available for developers to preview. To access this new endpoint during the preview period, you must provide a custom [media type](https://docs.github.com/rest/overview/media-types) in the `Accept` header:\n\n```shell\napplication/vnd.github.baptiste-preview+json\n```"
41334
-
}
41335
-
],
41336
41308
"category": "repos",
41337
41309
"subcategory": null
41338
41310
}
@@ -50086,13 +50058,6 @@
50086
50058
"x-github": {
50087
50059
"githubCloudOnly": false,
50088
50060
"enabledForGitHubApps": false,
50089
-
"previews": [
50090
-
{
50091
-
"required": false,
50092
-
"name": "baptiste",
50093
-
"note": "The `is_template` and `template_repository` keys are currently available for developer to preview. See [Create a repository using a template](https://docs.github.com/rest/reference/repos#create-a-repository-using-a-template) to learn how to create template repositories. To access these new response keys during the preview period, you must provide a custom [media type](https://docs.github.com/rest/overview/media-types) in the `Accept` header:\n\n```shell\napplication/vnd.github.baptiste-preview+json\n```"
50094
-
}
50095
-
],
50096
50061
"category": "repos",
50097
50062
"subcategory": null
50098
50063
}
@@ -71924,6 +71889,9 @@
71924
71889
},
71925
71890
"allow_forking": {
71926
71891
"type": "boolean"
71892
+
},
71893
+
"is_template": {
71894
+
"type": "boolean"
71927
71895
}
71928
71896
},
71929
71897
"required": [
@@ -72191,6 +72159,9 @@
72191
72159
"id": {
72192
72160
"type": "integer"
72193
72161
},
72162
+
"is_template": {
72163
+
"type": "boolean"
72164
+
},
72194
72165
"node_id": {
72195
72166
"type": "string"
72196
72167
},
@@ -75147,6 +75118,9 @@
75147
75118
},
75148
75119
"allow_forking": {
75149
75120
"type": "boolean"
75121
+
},
75122
+
"is_template": {
75123
+
"type": "boolean"
75150
75124
}
75151
75125
},
75152
75126
"required": [
@@ -96821,8 +96795,8 @@
96821
96795
"type": "integer"
96822
96796
}
96823
96797
},
96824
-
"attempt-num": {
96825
-
"name": "attempt_num",
96798
+
"attempt-number": {
96799
+
"name": "attempt_number",
96826
96800
"description": "The attempt number of the workflow run.",
Copy file name to clipboardExpand all lines: descriptions/api.github.com/api.github.com.yaml
+12-51Lines changed: 12 additions & 51 deletions
Original file line number
Diff line number
Diff line change
@@ -9003,15 +9003,6 @@ paths:
9003
9003
x-github:
9004
9004
githubCloudOnly: false
9005
9005
enabledForGitHubApps: true
9006
-
previews:
9007
-
- required: false
9008
-
name: baptiste
9009
-
note: |-
9010
-
The `is_template` and `template_repository` keys are currently available for developer to preview. See [Create a repository using a template](https://docs.github.com/rest/reference/repos#create-a-repository-using-a-template) to learn how to create template repositories. To access these new response keys during the preview period, you must provide a custom [media type](https://docs.github.com/rest/overview/media-types) in the `Accept` header:
9011
-
9012
-
```shell
9013
-
application/vnd.github.baptiste-preview+json
9014
-
```
9015
9006
category: repos
9016
9007
subcategory:
9017
9008
post:
@@ -9170,15 +9161,6 @@ paths:
9170
9161
x-github:
9171
9162
githubCloudOnly: false
9172
9163
enabledForGitHubApps: true
9173
-
previews:
9174
-
- required: false
9175
-
name: baptiste
9176
-
note: |-
9177
-
The `is_template` and `template_repository` keys are currently available for developer to preview. See [Create a repository using a template](https://docs.github.com/rest/reference/repos#create-a-repository-using-a-template) to learn how to create template repositories. To access these new response keys during the preview period, you must provide a custom [media type](https://docs.github.com/rest/overview/media-types) in the `Accept` header:
9178
-
9179
-
```shell
9180
-
application/vnd.github.baptiste-preview+json
9181
-
```
9182
9164
category: repos
9183
9165
subcategory:
9184
9166
"/orgs/{org}/secret-scanning/alerts":
@@ -12294,15 +12276,6 @@ paths:
12294
12276
x-github:
12295
12277
githubCloudOnly: false
12296
12278
enabledForGitHubApps: true
12297
-
previews:
12298
-
- required: false
12299
-
name: baptiste
12300
-
note: |-
12301
-
The `is_template` and `template_repository` keys are currently available for developer to preview. See [Create a repository using a template](https://docs.github.com/rest/reference/repos#create-a-repository-using-a-template) to learn how to create template repositories. To access these new response keys during the preview period, you must provide a custom [media type](https://docs.github.com/rest/overview/media-types) in the `Accept` header:
Creating and using repository templates is currently available for developers to preview. To access this new endpoint during the preview period, you must provide a custom [media type](https://docs.github.com/rest/overview/media-types) in the `Accept` header:
29069
-
29070
-
```shell
29071
-
application/vnd.github.baptiste-preview+json
29072
-
```
29073
29037
category: repos
29074
29038
subcategory:
29075
29039
"/repositories":
@@ -35409,15 +35373,6 @@ paths:
35409
35373
x-github:
35410
35374
githubCloudOnly: false
35411
35375
enabledForGitHubApps: false
35412
-
previews:
35413
-
- required: false
35414
-
name: baptiste
35415
-
note: |-
35416
-
The `is_template` and `template_repository` keys are currently available for developer to preview. See [Create a repository using a template](https://docs.github.com/rest/reference/repos#create-a-repository-using-a-template) to learn how to create template repositories. To access these new response keys during the preview period, you must provide a custom [media type](https://docs.github.com/rest/overview/media-types) in the `Accept` header:
35417
-
35418
-
```shell
35419
-
application/vnd.github.baptiste-preview+json
35420
-
```
35421
35376
category: repos
35422
35377
subcategory:
35423
35378
"/user/repository_invitations":
@@ -51870,6 +51825,8 @@ components:
51870
51825
format: date-time
51871
51826
allow_forking:
51872
51827
type: boolean
51828
+
is_template:
51829
+
type: boolean
51873
51830
required:
51874
51831
- archive_url
51875
51832
- assignees_url
@@ -52083,6 +52040,8 @@ components:
52083
52040
format: uri
52084
52041
id:
52085
52042
type: integer
52043
+
is_template:
52044
+
type: boolean
52086
52045
node_id:
52087
52046
type: string
52088
52047
issue_comment_url:
@@ -54252,6 +54211,8 @@ components:
54252
54211
type: boolean
54253
54212
allow_forking:
54254
54213
type: boolean
54214
+
is_template:
54215
+
type: boolean
54255
54216
required:
54256
54217
- archive_url
54257
54218
- assignees_url
@@ -73142,8 +73103,8 @@ components:
73142
73103
required: true
73143
73104
schema:
73144
73105
type: integer
73145
-
attempt-num:
73146
-
name: attempt_num
73106
+
attempt-number:
73107
+
name: attempt_number
73147
73108
description: The attempt number of the workflow run.
0 commit comments