@octokit/openapi 5.7.0 → 5.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/api.github.com.deref.json +423 -3
- package/generated/api.github.com.json +73 -8
- package/generated/ghes-2.22-diff-to-ghes-3.0.deref.json +1 -1
- package/generated/ghes-2.22-diff-to-ghes-3.0.json +1 -1
- package/generated/ghes-2.22.deref.json +1 -1
- package/generated/ghes-2.22.json +1 -1
- package/generated/ghes-3.0-anicca-diff-to-ghes-3.1.deref.json +145 -0
- package/generated/ghes-3.0-diff-to-ghes-3.1.deref.json +14378 -3642
- package/generated/ghes-3.0-diff-to-ghes-3.1.json +1522 -240
- package/generated/ghes-3.0.deref.json +50 -26
- package/generated/ghes-3.0.json +42 -29
- package/generated/ghes-3.1-anicca-diff-to-ghes-3.2.deref.json +1292 -111
- package/generated/ghes-3.1-diff-to-ghes-3.2.deref.json +72178 -24463
- package/generated/ghes-3.1-diff-to-ghes-3.2.json +8486 -3212
- package/generated/ghes-3.1.deref.json +81 -57
- package/generated/ghes-3.1.json +73 -60
- package/generated/ghes-3.2-anicca-diff-to-api.github.com.deref.json +155 -0
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +3162 -894
- package/generated/ghes-3.2-diff-to-api.github.com.json +931 -100
- package/generated/ghes-3.2.deref.json +65 -27
- package/generated/ghes-3.2.json +72 -33
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +52 -22
- package/generated/github.ae-diff-to-api.github.com.deref.json +4920 -29
- package/generated/github.ae-diff-to-api.github.com.json +2883 -282
- package/generated/github.ae.deref.json +434 -10
- package/generated/github.ae.json +83 -14
- package/package.json +5 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.9.1",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
|
|
@@ -65874,7 +65874,7 @@
|
|
|
65874
65874
|
"category": "repos",
|
|
65875
65875
|
"subcategory": null
|
|
65876
65876
|
},
|
|
65877
|
-
"x-octokit": {}
|
|
65877
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
65878
65878
|
},
|
|
65879
65879
|
"delete": {
|
|
65880
65880
|
"summary": "Delete a repository",
|
|
@@ -67302,6 +67302,13 @@
|
|
|
67302
67302
|
"in": "query",
|
|
67303
67303
|
"required": false,
|
|
67304
67304
|
"schema": { "type": "string", "format": "date-time" }
|
|
67305
|
+
},
|
|
67306
|
+
{
|
|
67307
|
+
"name": "exclude_pull_requests",
|
|
67308
|
+
"description": "If `true` pull requests are omitted from the response (empty array).",
|
|
67309
|
+
"in": "query",
|
|
67310
|
+
"required": false,
|
|
67311
|
+
"schema": { "type": "boolean", "default": false }
|
|
67305
67312
|
}
|
|
67306
67313
|
],
|
|
67307
67314
|
"responses": {
|
|
@@ -70483,6 +70490,13 @@
|
|
|
70483
70490
|
"in": "path",
|
|
70484
70491
|
"required": true,
|
|
70485
70492
|
"schema": { "type": "integer" }
|
|
70493
|
+
},
|
|
70494
|
+
{
|
|
70495
|
+
"name": "exclude_pull_requests",
|
|
70496
|
+
"description": "If `true` pull requests are omitted from the response (empty array).",
|
|
70497
|
+
"in": "query",
|
|
70498
|
+
"required": false,
|
|
70499
|
+
"schema": { "type": "boolean", "default": false }
|
|
70486
70500
|
}
|
|
70487
70501
|
],
|
|
70488
70502
|
"responses": {
|
|
@@ -73705,6 +73719,13 @@
|
|
|
73705
73719
|
"in": "path",
|
|
73706
73720
|
"required": true,
|
|
73707
73721
|
"schema": { "type": "integer" }
|
|
73722
|
+
},
|
|
73723
|
+
{
|
|
73724
|
+
"name": "exclude_pull_requests",
|
|
73725
|
+
"description": "If `true` pull requests are omitted from the response (empty array).",
|
|
73726
|
+
"in": "query",
|
|
73727
|
+
"required": false,
|
|
73728
|
+
"schema": { "type": "boolean", "default": false }
|
|
73708
73729
|
}
|
|
73709
73730
|
],
|
|
73710
73731
|
"responses": {
|
|
@@ -76679,6 +76700,395 @@
|
|
|
76679
76700
|
"x-octokit": {}
|
|
76680
76701
|
}
|
|
76681
76702
|
},
|
|
76703
|
+
"/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs": {
|
|
76704
|
+
"get": {
|
|
76705
|
+
"summary": "List jobs for a workflow run attempt",
|
|
76706
|
+
"description": "Lists jobs for a specific workflow run attempt. Anyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope. GitHub Apps must have the `actions:read` permission to use this endpoint. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/github-ae@latest/rest/overview/resources-in-the-rest-api#parameters).",
|
|
76707
|
+
"tags": ["actions"],
|
|
76708
|
+
"operationId": "actions/list-jobs-for-workflow-run-attempt",
|
|
76709
|
+
"externalDocs": {
|
|
76710
|
+
"description": "API method documentation",
|
|
76711
|
+
"url": "https://docs.github.com/github-ae@latest/rest/reference/actions#list-jobs-for-a-workflow-run-attempt"
|
|
76712
|
+
},
|
|
76713
|
+
"parameters": [
|
|
76714
|
+
{
|
|
76715
|
+
"name": "owner",
|
|
76716
|
+
"in": "path",
|
|
76717
|
+
"required": true,
|
|
76718
|
+
"schema": { "type": "string" }
|
|
76719
|
+
},
|
|
76720
|
+
{
|
|
76721
|
+
"name": "repo",
|
|
76722
|
+
"in": "path",
|
|
76723
|
+
"required": true,
|
|
76724
|
+
"schema": { "type": "string" }
|
|
76725
|
+
},
|
|
76726
|
+
{
|
|
76727
|
+
"name": "run_id",
|
|
76728
|
+
"description": "The id of the workflow run.",
|
|
76729
|
+
"in": "path",
|
|
76730
|
+
"required": true,
|
|
76731
|
+
"schema": { "type": "integer" }
|
|
76732
|
+
},
|
|
76733
|
+
{
|
|
76734
|
+
"name": "attempt_number",
|
|
76735
|
+
"description": "The attempt number of the workflow run.",
|
|
76736
|
+
"in": "path",
|
|
76737
|
+
"required": true,
|
|
76738
|
+
"schema": { "type": "integer" }
|
|
76739
|
+
},
|
|
76740
|
+
{
|
|
76741
|
+
"name": "per_page",
|
|
76742
|
+
"description": "Results per page (max 100)",
|
|
76743
|
+
"in": "query",
|
|
76744
|
+
"schema": { "type": "integer", "default": 30 }
|
|
76745
|
+
},
|
|
76746
|
+
{
|
|
76747
|
+
"name": "page",
|
|
76748
|
+
"description": "Page number of the results to fetch.",
|
|
76749
|
+
"in": "query",
|
|
76750
|
+
"schema": { "type": "integer", "default": 1 }
|
|
76751
|
+
}
|
|
76752
|
+
],
|
|
76753
|
+
"responses": {
|
|
76754
|
+
"200": {
|
|
76755
|
+
"description": "Response",
|
|
76756
|
+
"content": {
|
|
76757
|
+
"application/json": {
|
|
76758
|
+
"schema": {
|
|
76759
|
+
"type": "object",
|
|
76760
|
+
"required": ["total_count", "jobs"],
|
|
76761
|
+
"properties": {
|
|
76762
|
+
"total_count": { "type": "integer" },
|
|
76763
|
+
"jobs": {
|
|
76764
|
+
"type": "array",
|
|
76765
|
+
"items": {
|
|
76766
|
+
"title": "Job",
|
|
76767
|
+
"description": "Information of a job execution in a workflow run",
|
|
76768
|
+
"type": "object",
|
|
76769
|
+
"properties": {
|
|
76770
|
+
"id": {
|
|
76771
|
+
"description": "The id of the job.",
|
|
76772
|
+
"example": 21,
|
|
76773
|
+
"type": "integer"
|
|
76774
|
+
},
|
|
76775
|
+
"run_id": {
|
|
76776
|
+
"description": "The id of the associated workflow run.",
|
|
76777
|
+
"example": 5,
|
|
76778
|
+
"type": "integer"
|
|
76779
|
+
},
|
|
76780
|
+
"run_url": {
|
|
76781
|
+
"type": "string",
|
|
76782
|
+
"example": "https://api.github.com/repos/github/hello-world/actions/runs/5"
|
|
76783
|
+
},
|
|
76784
|
+
"run_attempt": {
|
|
76785
|
+
"type": "integer",
|
|
76786
|
+
"description": "Attempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.",
|
|
76787
|
+
"example": 1
|
|
76788
|
+
},
|
|
76789
|
+
"node_id": {
|
|
76790
|
+
"type": "string",
|
|
76791
|
+
"example": "MDg6Q2hlY2tSdW40"
|
|
76792
|
+
},
|
|
76793
|
+
"head_sha": {
|
|
76794
|
+
"description": "The SHA of the commit that is being run.",
|
|
76795
|
+
"example": "009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d",
|
|
76796
|
+
"type": "string"
|
|
76797
|
+
},
|
|
76798
|
+
"url": {
|
|
76799
|
+
"type": "string",
|
|
76800
|
+
"example": "https://api.github.com/repos/github/hello-world/actions/jobs/21"
|
|
76801
|
+
},
|
|
76802
|
+
"html_url": {
|
|
76803
|
+
"type": "string",
|
|
76804
|
+
"example": "https://github.com/github/hello-world/runs/4",
|
|
76805
|
+
"nullable": true
|
|
76806
|
+
},
|
|
76807
|
+
"status": {
|
|
76808
|
+
"description": "The phase of the lifecycle that the job is currently in.",
|
|
76809
|
+
"example": "queued",
|
|
76810
|
+
"type": "string",
|
|
76811
|
+
"enum": ["queued", "in_progress", "completed"]
|
|
76812
|
+
},
|
|
76813
|
+
"conclusion": {
|
|
76814
|
+
"description": "The outcome of the job.",
|
|
76815
|
+
"example": "success",
|
|
76816
|
+
"type": "string",
|
|
76817
|
+
"nullable": true
|
|
76818
|
+
},
|
|
76819
|
+
"started_at": {
|
|
76820
|
+
"description": "The time that the job started, in ISO 8601 format.",
|
|
76821
|
+
"example": "2019-08-08T08:00:00-07:00",
|
|
76822
|
+
"format": "date-time",
|
|
76823
|
+
"type": "string"
|
|
76824
|
+
},
|
|
76825
|
+
"completed_at": {
|
|
76826
|
+
"description": "The time that the job finished, in ISO 8601 format.",
|
|
76827
|
+
"example": "2019-08-08T08:00:00-07:00",
|
|
76828
|
+
"format": "date-time",
|
|
76829
|
+
"type": "string",
|
|
76830
|
+
"nullable": true
|
|
76831
|
+
},
|
|
76832
|
+
"name": {
|
|
76833
|
+
"description": "The name of the job.",
|
|
76834
|
+
"example": "test-coverage",
|
|
76835
|
+
"type": "string"
|
|
76836
|
+
},
|
|
76837
|
+
"steps": {
|
|
76838
|
+
"description": "Steps in this job.",
|
|
76839
|
+
"type": "array",
|
|
76840
|
+
"items": {
|
|
76841
|
+
"type": "object",
|
|
76842
|
+
"required": [
|
|
76843
|
+
"name",
|
|
76844
|
+
"status",
|
|
76845
|
+
"conclusion",
|
|
76846
|
+
"number"
|
|
76847
|
+
],
|
|
76848
|
+
"properties": {
|
|
76849
|
+
"status": {
|
|
76850
|
+
"description": "The phase of the lifecycle that the job is currently in.",
|
|
76851
|
+
"example": "queued",
|
|
76852
|
+
"type": "string",
|
|
76853
|
+
"enum": ["queued", "in_progress", "completed"]
|
|
76854
|
+
},
|
|
76855
|
+
"conclusion": {
|
|
76856
|
+
"description": "The outcome of the job.",
|
|
76857
|
+
"example": "success",
|
|
76858
|
+
"type": "string",
|
|
76859
|
+
"nullable": true
|
|
76860
|
+
},
|
|
76861
|
+
"name": {
|
|
76862
|
+
"description": "The name of the job.",
|
|
76863
|
+
"example": "test-coverage",
|
|
76864
|
+
"type": "string"
|
|
76865
|
+
},
|
|
76866
|
+
"number": { "type": "integer", "example": 1 },
|
|
76867
|
+
"started_at": {
|
|
76868
|
+
"description": "The time that the step started, in ISO 8601 format.",
|
|
76869
|
+
"example": "2019-08-08T08:00:00-07:00",
|
|
76870
|
+
"format": "date-time",
|
|
76871
|
+
"type": "string",
|
|
76872
|
+
"nullable": true
|
|
76873
|
+
},
|
|
76874
|
+
"completed_at": {
|
|
76875
|
+
"description": "The time that the job finished, in ISO 8601 format.",
|
|
76876
|
+
"example": "2019-08-08T08:00:00-07:00",
|
|
76877
|
+
"format": "date-time",
|
|
76878
|
+
"type": "string",
|
|
76879
|
+
"nullable": true
|
|
76880
|
+
}
|
|
76881
|
+
}
|
|
76882
|
+
}
|
|
76883
|
+
},
|
|
76884
|
+
"check_run_url": {
|
|
76885
|
+
"type": "string",
|
|
76886
|
+
"example": "https://api.github.com/repos/github/hello-world/check-runs/4"
|
|
76887
|
+
},
|
|
76888
|
+
"labels": {
|
|
76889
|
+
"type": "array",
|
|
76890
|
+
"items": { "type": "string" },
|
|
76891
|
+
"description": "Labels for the workflow job. Specified by the \"runs_on\" attribute in the action's workflow file.",
|
|
76892
|
+
"example": ["self-hosted", "foo", "bar"]
|
|
76893
|
+
},
|
|
76894
|
+
"runner_id": {
|
|
76895
|
+
"type": "integer",
|
|
76896
|
+
"nullable": true,
|
|
76897
|
+
"example": 1,
|
|
76898
|
+
"description": "The ID of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)"
|
|
76899
|
+
},
|
|
76900
|
+
"runner_name": {
|
|
76901
|
+
"type": "string",
|
|
76902
|
+
"nullable": true,
|
|
76903
|
+
"example": "my runner",
|
|
76904
|
+
"description": "The name of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)"
|
|
76905
|
+
},
|
|
76906
|
+
"runner_group_id": {
|
|
76907
|
+
"type": "integer",
|
|
76908
|
+
"nullable": true,
|
|
76909
|
+
"example": 2,
|
|
76910
|
+
"description": "The ID of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)"
|
|
76911
|
+
},
|
|
76912
|
+
"runner_group_name": {
|
|
76913
|
+
"type": "string",
|
|
76914
|
+
"nullable": true,
|
|
76915
|
+
"example": "my runner group",
|
|
76916
|
+
"description": "The name of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)"
|
|
76917
|
+
}
|
|
76918
|
+
},
|
|
76919
|
+
"required": [
|
|
76920
|
+
"id",
|
|
76921
|
+
"node_id",
|
|
76922
|
+
"run_id",
|
|
76923
|
+
"run_url",
|
|
76924
|
+
"head_sha",
|
|
76925
|
+
"name",
|
|
76926
|
+
"url",
|
|
76927
|
+
"html_url",
|
|
76928
|
+
"status",
|
|
76929
|
+
"conclusion",
|
|
76930
|
+
"started_at",
|
|
76931
|
+
"completed_at",
|
|
76932
|
+
"check_run_url",
|
|
76933
|
+
"labels",
|
|
76934
|
+
"runner_id",
|
|
76935
|
+
"runner_name",
|
|
76936
|
+
"runner_group_id",
|
|
76937
|
+
"runner_group_name"
|
|
76938
|
+
]
|
|
76939
|
+
}
|
|
76940
|
+
}
|
|
76941
|
+
}
|
|
76942
|
+
},
|
|
76943
|
+
"examples": {
|
|
76944
|
+
"default": {
|
|
76945
|
+
"value": {
|
|
76946
|
+
"total_count": 1,
|
|
76947
|
+
"jobs": [
|
|
76948
|
+
{
|
|
76949
|
+
"id": 399444496,
|
|
76950
|
+
"run_id": 29679449,
|
|
76951
|
+
"run_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/29679449",
|
|
76952
|
+
"node_id": "MDEyOldvcmtmbG93IEpvYjM5OTQ0NDQ5Ng==",
|
|
76953
|
+
"head_sha": "f83a356604ae3c5d03e1b46ef4d1ca77d64a90b0",
|
|
76954
|
+
"url": "https://api.github.com/repos/octo-org/octo-repo/actions/jobs/399444496",
|
|
76955
|
+
"html_url": "https://github.com/octo-org/octo-repo/runs/399444496",
|
|
76956
|
+
"status": "completed",
|
|
76957
|
+
"conclusion": "success",
|
|
76958
|
+
"started_at": "2020-01-20T17:42:40Z",
|
|
76959
|
+
"completed_at": "2020-01-20T17:44:39Z",
|
|
76960
|
+
"name": "build",
|
|
76961
|
+
"steps": [
|
|
76962
|
+
{
|
|
76963
|
+
"name": "Set up job",
|
|
76964
|
+
"status": "completed",
|
|
76965
|
+
"conclusion": "success",
|
|
76966
|
+
"number": 1,
|
|
76967
|
+
"started_at": "2020-01-20T09:42:40.000-08:00",
|
|
76968
|
+
"completed_at": "2020-01-20T09:42:41.000-08:00"
|
|
76969
|
+
},
|
|
76970
|
+
{
|
|
76971
|
+
"name": "Run actions/checkout@v2",
|
|
76972
|
+
"status": "completed",
|
|
76973
|
+
"conclusion": "success",
|
|
76974
|
+
"number": 2,
|
|
76975
|
+
"started_at": "2020-01-20T09:42:41.000-08:00",
|
|
76976
|
+
"completed_at": "2020-01-20T09:42:45.000-08:00"
|
|
76977
|
+
},
|
|
76978
|
+
{
|
|
76979
|
+
"name": "Set up Ruby",
|
|
76980
|
+
"status": "completed",
|
|
76981
|
+
"conclusion": "success",
|
|
76982
|
+
"number": 3,
|
|
76983
|
+
"started_at": "2020-01-20T09:42:45.000-08:00",
|
|
76984
|
+
"completed_at": "2020-01-20T09:42:45.000-08:00"
|
|
76985
|
+
},
|
|
76986
|
+
{
|
|
76987
|
+
"name": "Run actions/cache@v2",
|
|
76988
|
+
"status": "completed",
|
|
76989
|
+
"conclusion": "success",
|
|
76990
|
+
"number": 4,
|
|
76991
|
+
"started_at": "2020-01-20T09:42:45.000-08:00",
|
|
76992
|
+
"completed_at": "2020-01-20T09:42:48.000-08:00"
|
|
76993
|
+
},
|
|
76994
|
+
{
|
|
76995
|
+
"name": "Install Bundler",
|
|
76996
|
+
"status": "completed",
|
|
76997
|
+
"conclusion": "success",
|
|
76998
|
+
"number": 5,
|
|
76999
|
+
"started_at": "2020-01-20T09:42:48.000-08:00",
|
|
77000
|
+
"completed_at": "2020-01-20T09:42:52.000-08:00"
|
|
77001
|
+
},
|
|
77002
|
+
{
|
|
77003
|
+
"name": "Install Gems",
|
|
77004
|
+
"status": "completed",
|
|
77005
|
+
"conclusion": "success",
|
|
77006
|
+
"number": 6,
|
|
77007
|
+
"started_at": "2020-01-20T09:42:52.000-08:00",
|
|
77008
|
+
"completed_at": "2020-01-20T09:42:53.000-08:00"
|
|
77009
|
+
},
|
|
77010
|
+
{
|
|
77011
|
+
"name": "Run Tests",
|
|
77012
|
+
"status": "completed",
|
|
77013
|
+
"conclusion": "success",
|
|
77014
|
+
"number": 7,
|
|
77015
|
+
"started_at": "2020-01-20T09:42:53.000-08:00",
|
|
77016
|
+
"completed_at": "2020-01-20T09:42:59.000-08:00"
|
|
77017
|
+
},
|
|
77018
|
+
{
|
|
77019
|
+
"name": "Deploy to Heroku",
|
|
77020
|
+
"status": "completed",
|
|
77021
|
+
"conclusion": "success",
|
|
77022
|
+
"number": 8,
|
|
77023
|
+
"started_at": "2020-01-20T09:42:59.000-08:00",
|
|
77024
|
+
"completed_at": "2020-01-20T09:44:39.000-08:00"
|
|
77025
|
+
},
|
|
77026
|
+
{
|
|
77027
|
+
"name": "Post actions/cache@v2",
|
|
77028
|
+
"status": "completed",
|
|
77029
|
+
"conclusion": "success",
|
|
77030
|
+
"number": 16,
|
|
77031
|
+
"started_at": "2020-01-20T09:44:39.000-08:00",
|
|
77032
|
+
"completed_at": "2020-01-20T09:44:39.000-08:00"
|
|
77033
|
+
},
|
|
77034
|
+
{
|
|
77035
|
+
"name": "Complete job",
|
|
77036
|
+
"status": "completed",
|
|
77037
|
+
"conclusion": "success",
|
|
77038
|
+
"number": 17,
|
|
77039
|
+
"started_at": "2020-01-20T09:44:39.000-08:00",
|
|
77040
|
+
"completed_at": "2020-01-20T09:44:39.000-08:00"
|
|
77041
|
+
}
|
|
77042
|
+
],
|
|
77043
|
+
"check_run_url": "https://api.github.com/repos/octo-org/octo-repo/check-runs/399444496",
|
|
77044
|
+
"labels": ["self-hosted", "foo", "bar"],
|
|
77045
|
+
"runner_id": 1,
|
|
77046
|
+
"runner_name": "my runner",
|
|
77047
|
+
"runner_group_id": 2,
|
|
77048
|
+
"runner_group_name": "my runner group"
|
|
77049
|
+
}
|
|
77050
|
+
]
|
|
77051
|
+
}
|
|
77052
|
+
}
|
|
77053
|
+
}
|
|
77054
|
+
}
|
|
77055
|
+
},
|
|
77056
|
+
"headers": {
|
|
77057
|
+
"Link": {
|
|
77058
|
+
"example": "<https://api.github.com/resource?page=2>; rel=\"next\", <https://api.github.com/resource?page=5>; rel=\"last\"",
|
|
77059
|
+
"schema": { "type": "string" }
|
|
77060
|
+
}
|
|
77061
|
+
}
|
|
77062
|
+
},
|
|
77063
|
+
"404": {
|
|
77064
|
+
"description": "Resource not found",
|
|
77065
|
+
"content": {
|
|
77066
|
+
"application/json": {
|
|
77067
|
+
"schema": {
|
|
77068
|
+
"title": "Basic Error",
|
|
77069
|
+
"description": "Basic Error",
|
|
77070
|
+
"type": "object",
|
|
77071
|
+
"properties": {
|
|
77072
|
+
"message": { "type": "string" },
|
|
77073
|
+
"documentation_url": { "type": "string" },
|
|
77074
|
+
"url": { "type": "string" },
|
|
77075
|
+
"status": { "type": "string" }
|
|
77076
|
+
}
|
|
77077
|
+
}
|
|
77078
|
+
}
|
|
77079
|
+
}
|
|
77080
|
+
}
|
|
77081
|
+
},
|
|
77082
|
+
"x-github": {
|
|
77083
|
+
"githubCloudOnly": false,
|
|
77084
|
+
"enabledForGitHubApps": true,
|
|
77085
|
+
"previews": [],
|
|
77086
|
+
"category": "actions",
|
|
77087
|
+
"subcategory": "workflow-jobs"
|
|
77088
|
+
},
|
|
77089
|
+
"x-octokit": {}
|
|
77090
|
+
}
|
|
77091
|
+
},
|
|
76682
77092
|
"/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/logs": {
|
|
76683
77093
|
"get": {
|
|
76684
77094
|
"summary": "Download workflow run attempt logs",
|
|
@@ -76735,7 +77145,7 @@
|
|
|
76735
77145
|
"category": "actions",
|
|
76736
77146
|
"subcategory": "workflow-runs"
|
|
76737
77147
|
},
|
|
76738
|
-
"x-octokit": {
|
|
77148
|
+
"x-octokit": {}
|
|
76739
77149
|
}
|
|
76740
77150
|
},
|
|
76741
77151
|
"/repos/{owner}/{repo}/actions/runs/{run_id}/cancel": {
|
|
@@ -77294,18 +77704,22 @@
|
|
|
77294
77704
|
"responses": {
|
|
77295
77705
|
"201": {
|
|
77296
77706
|
"description": "Response",
|
|
77297
|
-
"
|
|
77298
|
-
"
|
|
77299
|
-
"
|
|
77300
|
-
|
|
77707
|
+
"content": {
|
|
77708
|
+
"application/json": {
|
|
77709
|
+
"schema": {
|
|
77710
|
+
"type": "object",
|
|
77711
|
+
"properties": {},
|
|
77712
|
+
"additionalProperties": false
|
|
77713
|
+
}
|
|
77301
77714
|
}
|
|
77302
77715
|
}
|
|
77303
77716
|
}
|
|
77304
77717
|
},
|
|
77305
77718
|
"x-github": {
|
|
77306
77719
|
"githubCloudOnly": false,
|
|
77307
|
-
"enabledForGitHubApps":
|
|
77720
|
+
"enabledForGitHubApps": false,
|
|
77308
77721
|
"previews": [],
|
|
77722
|
+
"deprecationDate": "2021-09-14",
|
|
77309
77723
|
"category": "actions",
|
|
77310
77724
|
"subcategory": "workflow-runs"
|
|
77311
77725
|
},
|
|
@@ -78398,6 +78812,13 @@
|
|
|
78398
78812
|
"in": "query",
|
|
78399
78813
|
"required": false,
|
|
78400
78814
|
"schema": { "type": "string", "format": "date-time" }
|
|
78815
|
+
},
|
|
78816
|
+
{
|
|
78817
|
+
"name": "exclude_pull_requests",
|
|
78818
|
+
"description": "If `true` pull requests are omitted from the response (empty array).",
|
|
78819
|
+
"in": "query",
|
|
78820
|
+
"required": false,
|
|
78821
|
+
"schema": { "type": "boolean", "default": false }
|
|
78401
78822
|
}
|
|
78402
78823
|
],
|
|
78403
78824
|
"responses": {
|
|
@@ -220920,7 +221341,7 @@
|
|
|
220920
221341
|
"category": "repos",
|
|
220921
221342
|
"subcategory": "releases"
|
|
220922
221343
|
},
|
|
220923
|
-
"x-octokit": {}
|
|
221344
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
220924
221345
|
}
|
|
220925
221346
|
},
|
|
220926
221347
|
"/repos/{owner}/{repo}/releases/assets/{asset_id}": {
|
|
@@ -223544,7 +223965,7 @@
|
|
|
223544
223965
|
"category": "repos",
|
|
223545
223966
|
"subcategory": "releases"
|
|
223546
223967
|
},
|
|
223547
|
-
"x-octokit": {}
|
|
223968
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
223548
223969
|
},
|
|
223549
223970
|
"delete": {
|
|
223550
223971
|
"summary": "Delete a release",
|
|
@@ -224093,6 +224514,9 @@
|
|
|
224093
224514
|
}
|
|
224094
224515
|
}
|
|
224095
224516
|
}
|
|
224517
|
+
},
|
|
224518
|
+
"422": {
|
|
224519
|
+
"description": "Response if you upload an asset with the same filename as another uploaded asset"
|
|
224096
224520
|
}
|
|
224097
224521
|
},
|
|
224098
224522
|
"x-github": {
|