@octokit/openapi 13.1.0 → 13.3.0
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 +7065 -5036
- package/generated/api.github.com.json +3392 -2510
- package/generated/ghec.deref.json +8041 -5986
- package/generated/ghec.json +3179 -2289
- package/generated/ghes-3.10.deref.json +2531 -5390
- package/generated/ghes-3.10.json +773 -974
- package/generated/ghes-3.7.deref.json +2497 -5359
- package/generated/ghes-3.7.json +771 -965
- package/generated/ghes-3.8.deref.json +2505 -5368
- package/generated/ghes-3.8.json +773 -974
- package/generated/ghes-3.9.deref.json +2526 -5380
- package/generated/ghes-3.9.json +773 -974
- package/generated/github.ae.deref.json +2604 -4350
- package/generated/github.ae.json +1053 -1212
- package/package.json +1 -1
package/generated/github.ae.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "13.
|
|
4
|
+
"version": "13.3.0",
|
|
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": {
|
|
@@ -5443,6 +5443,9 @@
|
|
|
5443
5443
|
},
|
|
5444
5444
|
{
|
|
5445
5445
|
"$ref": "#/components/parameters/pagination-after"
|
|
5446
|
+
},
|
|
5447
|
+
{
|
|
5448
|
+
"$ref": "#/components/parameters/secret-scanning-alert-validity"
|
|
5446
5449
|
}
|
|
5447
5450
|
],
|
|
5448
5451
|
"responses": {
|
|
@@ -29152,7 +29155,7 @@
|
|
|
29152
29155
|
"operationId": "repos/list-webhooks",
|
|
29153
29156
|
"externalDocs": {
|
|
29154
29157
|
"description": "API method documentation",
|
|
29155
|
-
"url": "https://docs.github.com/github-ae@latest/rest/webhooks
|
|
29158
|
+
"url": "https://docs.github.com/github-ae@latest/rest/repos/webhooks#list-repository-webhooks"
|
|
29156
29159
|
},
|
|
29157
29160
|
"parameters": [
|
|
29158
29161
|
{
|
|
@@ -29199,8 +29202,8 @@
|
|
|
29199
29202
|
"x-github": {
|
|
29200
29203
|
"githubCloudOnly": false,
|
|
29201
29204
|
"enabledForGitHubApps": true,
|
|
29202
|
-
"category": "
|
|
29203
|
-
"subcategory": "
|
|
29205
|
+
"category": "repos",
|
|
29206
|
+
"subcategory": "webhooks"
|
|
29204
29207
|
},
|
|
29205
29208
|
"x-octokit": {}
|
|
29206
29209
|
},
|
|
@@ -29213,7 +29216,7 @@
|
|
|
29213
29216
|
"operationId": "repos/create-webhook",
|
|
29214
29217
|
"externalDocs": {
|
|
29215
29218
|
"description": "API method documentation",
|
|
29216
|
-
"url": "https://docs.github.com/github-ae@latest/rest/webhooks
|
|
29219
|
+
"url": "https://docs.github.com/github-ae@latest/rest/repos/webhooks#create-a-repository-webhook"
|
|
29217
29220
|
},
|
|
29218
29221
|
"parameters": [
|
|
29219
29222
|
{
|
|
@@ -29336,8 +29339,8 @@
|
|
|
29336
29339
|
"x-github": {
|
|
29337
29340
|
"githubCloudOnly": false,
|
|
29338
29341
|
"enabledForGitHubApps": true,
|
|
29339
|
-
"category": "
|
|
29340
|
-
"subcategory": "
|
|
29342
|
+
"category": "repos",
|
|
29343
|
+
"subcategory": "webhooks"
|
|
29341
29344
|
},
|
|
29342
29345
|
"x-octokit": {}
|
|
29343
29346
|
}
|
|
@@ -29352,7 +29355,7 @@
|
|
|
29352
29355
|
"operationId": "repos/get-webhook",
|
|
29353
29356
|
"externalDocs": {
|
|
29354
29357
|
"description": "API method documentation",
|
|
29355
|
-
"url": "https://docs.github.com/github-ae@latest/rest/webhooks
|
|
29358
|
+
"url": "https://docs.github.com/github-ae@latest/rest/repos/webhooks#get-a-repository-webhook"
|
|
29356
29359
|
},
|
|
29357
29360
|
"parameters": [
|
|
29358
29361
|
{
|
|
@@ -29388,8 +29391,8 @@
|
|
|
29388
29391
|
"x-github": {
|
|
29389
29392
|
"githubCloudOnly": false,
|
|
29390
29393
|
"enabledForGitHubApps": true,
|
|
29391
|
-
"category": "
|
|
29392
|
-
"subcategory": "
|
|
29394
|
+
"category": "repos",
|
|
29395
|
+
"subcategory": "webhooks"
|
|
29393
29396
|
},
|
|
29394
29397
|
"x-octokit": {}
|
|
29395
29398
|
},
|
|
@@ -29402,7 +29405,7 @@
|
|
|
29402
29405
|
"operationId": "repos/update-webhook",
|
|
29403
29406
|
"externalDocs": {
|
|
29404
29407
|
"description": "API method documentation",
|
|
29405
|
-
"url": "https://docs.github.com/github-ae@latest/rest/webhooks
|
|
29408
|
+
"url": "https://docs.github.com/github-ae@latest/rest/repos/webhooks#update-a-repository-webhook"
|
|
29406
29409
|
},
|
|
29407
29410
|
"parameters": [
|
|
29408
29411
|
{
|
|
@@ -29521,8 +29524,8 @@
|
|
|
29521
29524
|
"x-github": {
|
|
29522
29525
|
"githubCloudOnly": false,
|
|
29523
29526
|
"enabledForGitHubApps": true,
|
|
29524
|
-
"category": "
|
|
29525
|
-
"subcategory": "
|
|
29527
|
+
"category": "repos",
|
|
29528
|
+
"subcategory": "webhooks"
|
|
29526
29529
|
},
|
|
29527
29530
|
"x-octokit": {}
|
|
29528
29531
|
},
|
|
@@ -29535,7 +29538,353 @@
|
|
|
29535
29538
|
"operationId": "repos/delete-webhook",
|
|
29536
29539
|
"externalDocs": {
|
|
29537
29540
|
"description": "API method documentation",
|
|
29538
|
-
"url": "https://docs.github.com/github-ae@latest/rest/webhooks
|
|
29541
|
+
"url": "https://docs.github.com/github-ae@latest/rest/repos/webhooks#delete-a-repository-webhook"
|
|
29542
|
+
},
|
|
29543
|
+
"parameters": [
|
|
29544
|
+
{
|
|
29545
|
+
"$ref": "#/components/parameters/owner"
|
|
29546
|
+
},
|
|
29547
|
+
{
|
|
29548
|
+
"$ref": "#/components/parameters/repo"
|
|
29549
|
+
},
|
|
29550
|
+
{
|
|
29551
|
+
"$ref": "#/components/parameters/hook-id"
|
|
29552
|
+
}
|
|
29553
|
+
],
|
|
29554
|
+
"responses": {
|
|
29555
|
+
"204": {
|
|
29556
|
+
"description": "Response"
|
|
29557
|
+
},
|
|
29558
|
+
"404": {
|
|
29559
|
+
"$ref": "#/components/responses/not_found"
|
|
29560
|
+
}
|
|
29561
|
+
},
|
|
29562
|
+
"x-github": {
|
|
29563
|
+
"githubCloudOnly": false,
|
|
29564
|
+
"enabledForGitHubApps": true,
|
|
29565
|
+
"category": "repos",
|
|
29566
|
+
"subcategory": "webhooks"
|
|
29567
|
+
},
|
|
29568
|
+
"x-octokit": {}
|
|
29569
|
+
}
|
|
29570
|
+
},
|
|
29571
|
+
"/repos/{owner}/{repo}/hooks/{hook_id}/config": {
|
|
29572
|
+
"get": {
|
|
29573
|
+
"summary": "Get a webhook configuration for a repository",
|
|
29574
|
+
"description": "Returns the webhook configuration for a repository. To get more information about the webhook, including the `active` state and `events`, use \"[Get a repository webhook](/rest/webhooks/repos#get-a-repository-webhook).\"\n\nAccess tokens must have the `read:repo_hook` or `repo` scope, and GitHub Apps must have the `repository_hooks:read` permission.",
|
|
29575
|
+
"tags": [
|
|
29576
|
+
"repos"
|
|
29577
|
+
],
|
|
29578
|
+
"operationId": "repos/get-webhook-config-for-repo",
|
|
29579
|
+
"externalDocs": {
|
|
29580
|
+
"description": "API method documentation",
|
|
29581
|
+
"url": "https://docs.github.com/github-ae@latest/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository"
|
|
29582
|
+
},
|
|
29583
|
+
"parameters": [
|
|
29584
|
+
{
|
|
29585
|
+
"$ref": "#/components/parameters/owner"
|
|
29586
|
+
},
|
|
29587
|
+
{
|
|
29588
|
+
"$ref": "#/components/parameters/repo"
|
|
29589
|
+
},
|
|
29590
|
+
{
|
|
29591
|
+
"$ref": "#/components/parameters/hook-id"
|
|
29592
|
+
}
|
|
29593
|
+
],
|
|
29594
|
+
"responses": {
|
|
29595
|
+
"200": {
|
|
29596
|
+
"description": "Response",
|
|
29597
|
+
"content": {
|
|
29598
|
+
"application/json": {
|
|
29599
|
+
"schema": {
|
|
29600
|
+
"$ref": "#/components/schemas/webhook-config"
|
|
29601
|
+
},
|
|
29602
|
+
"examples": {
|
|
29603
|
+
"default": {
|
|
29604
|
+
"$ref": "#/components/examples/webhook-config"
|
|
29605
|
+
}
|
|
29606
|
+
}
|
|
29607
|
+
}
|
|
29608
|
+
}
|
|
29609
|
+
}
|
|
29610
|
+
},
|
|
29611
|
+
"x-github": {
|
|
29612
|
+
"githubCloudOnly": false,
|
|
29613
|
+
"enabledForGitHubApps": true,
|
|
29614
|
+
"category": "repos",
|
|
29615
|
+
"subcategory": "webhooks"
|
|
29616
|
+
},
|
|
29617
|
+
"x-octokit": {}
|
|
29618
|
+
},
|
|
29619
|
+
"patch": {
|
|
29620
|
+
"summary": "Update a webhook configuration for a repository",
|
|
29621
|
+
"description": "Updates the webhook configuration for a repository. To update more information about the webhook, including the `active` state and `events`, use \"[Update a repository webhook](/rest/webhooks/repos#update-a-repository-webhook).\"\n\nAccess tokens must have the `write:repo_hook` or `repo` scope, and GitHub Apps must have the `repository_hooks:write` permission.",
|
|
29622
|
+
"tags": [
|
|
29623
|
+
"repos"
|
|
29624
|
+
],
|
|
29625
|
+
"operationId": "repos/update-webhook-config-for-repo",
|
|
29626
|
+
"externalDocs": {
|
|
29627
|
+
"description": "API method documentation",
|
|
29628
|
+
"url": "https://docs.github.com/github-ae@latest/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository"
|
|
29629
|
+
},
|
|
29630
|
+
"parameters": [
|
|
29631
|
+
{
|
|
29632
|
+
"$ref": "#/components/parameters/owner"
|
|
29633
|
+
},
|
|
29634
|
+
{
|
|
29635
|
+
"$ref": "#/components/parameters/repo"
|
|
29636
|
+
},
|
|
29637
|
+
{
|
|
29638
|
+
"$ref": "#/components/parameters/hook-id"
|
|
29639
|
+
}
|
|
29640
|
+
],
|
|
29641
|
+
"requestBody": {
|
|
29642
|
+
"required": false,
|
|
29643
|
+
"content": {
|
|
29644
|
+
"application/json": {
|
|
29645
|
+
"schema": {
|
|
29646
|
+
"type": "object",
|
|
29647
|
+
"additionalProperties": false,
|
|
29648
|
+
"properties": {
|
|
29649
|
+
"url": {
|
|
29650
|
+
"$ref": "#/components/schemas/webhook-config-url"
|
|
29651
|
+
},
|
|
29652
|
+
"content_type": {
|
|
29653
|
+
"$ref": "#/components/schemas/webhook-config-content-type"
|
|
29654
|
+
},
|
|
29655
|
+
"secret": {
|
|
29656
|
+
"$ref": "#/components/schemas/webhook-config-secret"
|
|
29657
|
+
},
|
|
29658
|
+
"insecure_ssl": {
|
|
29659
|
+
"$ref": "#/components/schemas/webhook-config-insecure-ssl"
|
|
29660
|
+
}
|
|
29661
|
+
}
|
|
29662
|
+
},
|
|
29663
|
+
"examples": {
|
|
29664
|
+
"default": {
|
|
29665
|
+
"summary": "Example of updating content type and URL",
|
|
29666
|
+
"value": {
|
|
29667
|
+
"content_type": "json",
|
|
29668
|
+
"url": "https://example.com/webhook"
|
|
29669
|
+
}
|
|
29670
|
+
}
|
|
29671
|
+
}
|
|
29672
|
+
}
|
|
29673
|
+
}
|
|
29674
|
+
},
|
|
29675
|
+
"responses": {
|
|
29676
|
+
"200": {
|
|
29677
|
+
"description": "Response",
|
|
29678
|
+
"content": {
|
|
29679
|
+
"application/json": {
|
|
29680
|
+
"schema": {
|
|
29681
|
+
"$ref": "#/components/schemas/webhook-config"
|
|
29682
|
+
},
|
|
29683
|
+
"examples": {
|
|
29684
|
+
"default": {
|
|
29685
|
+
"$ref": "#/components/examples/webhook-config"
|
|
29686
|
+
}
|
|
29687
|
+
}
|
|
29688
|
+
}
|
|
29689
|
+
}
|
|
29690
|
+
}
|
|
29691
|
+
},
|
|
29692
|
+
"x-github": {
|
|
29693
|
+
"githubCloudOnly": false,
|
|
29694
|
+
"enabledForGitHubApps": true,
|
|
29695
|
+
"category": "repos",
|
|
29696
|
+
"subcategory": "webhooks"
|
|
29697
|
+
},
|
|
29698
|
+
"x-octokit": {}
|
|
29699
|
+
}
|
|
29700
|
+
},
|
|
29701
|
+
"/repos/{owner}/{repo}/hooks/{hook_id}/deliveries": {
|
|
29702
|
+
"get": {
|
|
29703
|
+
"summary": "List deliveries for a repository webhook",
|
|
29704
|
+
"description": "Returns a list of webhook deliveries for a webhook configured in a repository.",
|
|
29705
|
+
"tags": [
|
|
29706
|
+
"repos"
|
|
29707
|
+
],
|
|
29708
|
+
"operationId": "repos/list-webhook-deliveries",
|
|
29709
|
+
"externalDocs": {
|
|
29710
|
+
"description": "API method documentation",
|
|
29711
|
+
"url": "https://docs.github.com/github-ae@latest/rest/repos/webhooks#list-deliveries-for-a-repository-webhook"
|
|
29712
|
+
},
|
|
29713
|
+
"parameters": [
|
|
29714
|
+
{
|
|
29715
|
+
"$ref": "#/components/parameters/owner"
|
|
29716
|
+
},
|
|
29717
|
+
{
|
|
29718
|
+
"$ref": "#/components/parameters/repo"
|
|
29719
|
+
},
|
|
29720
|
+
{
|
|
29721
|
+
"$ref": "#/components/parameters/hook-id"
|
|
29722
|
+
},
|
|
29723
|
+
{
|
|
29724
|
+
"$ref": "#/components/parameters/per-page"
|
|
29725
|
+
},
|
|
29726
|
+
{
|
|
29727
|
+
"$ref": "#/components/parameters/cursor"
|
|
29728
|
+
},
|
|
29729
|
+
{
|
|
29730
|
+
"name": "redelivery",
|
|
29731
|
+
"in": "query",
|
|
29732
|
+
"required": false,
|
|
29733
|
+
"schema": {
|
|
29734
|
+
"type": "boolean"
|
|
29735
|
+
}
|
|
29736
|
+
}
|
|
29737
|
+
],
|
|
29738
|
+
"responses": {
|
|
29739
|
+
"200": {
|
|
29740
|
+
"description": "Response",
|
|
29741
|
+
"content": {
|
|
29742
|
+
"application/json": {
|
|
29743
|
+
"schema": {
|
|
29744
|
+
"type": "array",
|
|
29745
|
+
"items": {
|
|
29746
|
+
"$ref": "#/components/schemas/hook-delivery-item"
|
|
29747
|
+
}
|
|
29748
|
+
},
|
|
29749
|
+
"examples": {
|
|
29750
|
+
"default": {
|
|
29751
|
+
"$ref": "#/components/examples/hook-delivery-items"
|
|
29752
|
+
}
|
|
29753
|
+
}
|
|
29754
|
+
}
|
|
29755
|
+
}
|
|
29756
|
+
},
|
|
29757
|
+
"400": {
|
|
29758
|
+
"$ref": "#/components/responses/bad_request"
|
|
29759
|
+
},
|
|
29760
|
+
"422": {
|
|
29761
|
+
"$ref": "#/components/responses/validation_failed"
|
|
29762
|
+
}
|
|
29763
|
+
},
|
|
29764
|
+
"x-github": {
|
|
29765
|
+
"githubCloudOnly": false,
|
|
29766
|
+
"enabledForGitHubApps": true,
|
|
29767
|
+
"category": "repos",
|
|
29768
|
+
"subcategory": "webhooks"
|
|
29769
|
+
},
|
|
29770
|
+
"x-octokit": {}
|
|
29771
|
+
}
|
|
29772
|
+
},
|
|
29773
|
+
"/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}": {
|
|
29774
|
+
"get": {
|
|
29775
|
+
"summary": "Get a delivery for a repository webhook",
|
|
29776
|
+
"description": "Returns a delivery for a webhook configured in a repository.",
|
|
29777
|
+
"tags": [
|
|
29778
|
+
"repos"
|
|
29779
|
+
],
|
|
29780
|
+
"operationId": "repos/get-webhook-delivery",
|
|
29781
|
+
"externalDocs": {
|
|
29782
|
+
"description": "API method documentation",
|
|
29783
|
+
"url": "https://docs.github.com/github-ae@latest/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook"
|
|
29784
|
+
},
|
|
29785
|
+
"parameters": [
|
|
29786
|
+
{
|
|
29787
|
+
"$ref": "#/components/parameters/owner"
|
|
29788
|
+
},
|
|
29789
|
+
{
|
|
29790
|
+
"$ref": "#/components/parameters/repo"
|
|
29791
|
+
},
|
|
29792
|
+
{
|
|
29793
|
+
"$ref": "#/components/parameters/hook-id"
|
|
29794
|
+
},
|
|
29795
|
+
{
|
|
29796
|
+
"$ref": "#/components/parameters/delivery-id"
|
|
29797
|
+
}
|
|
29798
|
+
],
|
|
29799
|
+
"responses": {
|
|
29800
|
+
"200": {
|
|
29801
|
+
"description": "Response",
|
|
29802
|
+
"content": {
|
|
29803
|
+
"application/json": {
|
|
29804
|
+
"schema": {
|
|
29805
|
+
"$ref": "#/components/schemas/hook-delivery"
|
|
29806
|
+
},
|
|
29807
|
+
"examples": {
|
|
29808
|
+
"default": {
|
|
29809
|
+
"$ref": "#/components/examples/hook-delivery"
|
|
29810
|
+
}
|
|
29811
|
+
}
|
|
29812
|
+
}
|
|
29813
|
+
}
|
|
29814
|
+
},
|
|
29815
|
+
"400": {
|
|
29816
|
+
"$ref": "#/components/responses/bad_request"
|
|
29817
|
+
},
|
|
29818
|
+
"422": {
|
|
29819
|
+
"$ref": "#/components/responses/validation_failed"
|
|
29820
|
+
}
|
|
29821
|
+
},
|
|
29822
|
+
"x-github": {
|
|
29823
|
+
"githubCloudOnly": false,
|
|
29824
|
+
"enabledForGitHubApps": true,
|
|
29825
|
+
"category": "repos",
|
|
29826
|
+
"subcategory": "webhooks"
|
|
29827
|
+
},
|
|
29828
|
+
"x-octokit": {}
|
|
29829
|
+
}
|
|
29830
|
+
},
|
|
29831
|
+
"/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts": {
|
|
29832
|
+
"post": {
|
|
29833
|
+
"summary": "Redeliver a delivery for a repository webhook",
|
|
29834
|
+
"description": "Redeliver a webhook delivery for a webhook configured in a repository.",
|
|
29835
|
+
"tags": [
|
|
29836
|
+
"repos"
|
|
29837
|
+
],
|
|
29838
|
+
"operationId": "repos/redeliver-webhook-delivery",
|
|
29839
|
+
"externalDocs": {
|
|
29840
|
+
"description": "API method documentation",
|
|
29841
|
+
"url": "https://docs.github.com/github-ae@latest/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook"
|
|
29842
|
+
},
|
|
29843
|
+
"parameters": [
|
|
29844
|
+
{
|
|
29845
|
+
"$ref": "#/components/parameters/owner"
|
|
29846
|
+
},
|
|
29847
|
+
{
|
|
29848
|
+
"$ref": "#/components/parameters/repo"
|
|
29849
|
+
},
|
|
29850
|
+
{
|
|
29851
|
+
"$ref": "#/components/parameters/hook-id"
|
|
29852
|
+
},
|
|
29853
|
+
{
|
|
29854
|
+
"$ref": "#/components/parameters/delivery-id"
|
|
29855
|
+
}
|
|
29856
|
+
],
|
|
29857
|
+
"responses": {
|
|
29858
|
+
"202": {
|
|
29859
|
+
"$ref": "#/components/responses/accepted"
|
|
29860
|
+
},
|
|
29861
|
+
"400": {
|
|
29862
|
+
"$ref": "#/components/responses/bad_request"
|
|
29863
|
+
},
|
|
29864
|
+
"422": {
|
|
29865
|
+
"$ref": "#/components/responses/validation_failed"
|
|
29866
|
+
}
|
|
29867
|
+
},
|
|
29868
|
+
"x-github": {
|
|
29869
|
+
"githubCloudOnly": false,
|
|
29870
|
+
"enabledForGitHubApps": true,
|
|
29871
|
+
"category": "repos",
|
|
29872
|
+
"subcategory": "webhooks"
|
|
29873
|
+
},
|
|
29874
|
+
"x-octokit": {}
|
|
29875
|
+
}
|
|
29876
|
+
},
|
|
29877
|
+
"/repos/{owner}/{repo}/hooks/{hook_id}/pings": {
|
|
29878
|
+
"post": {
|
|
29879
|
+
"summary": "Ping a repository webhook",
|
|
29880
|
+
"description": "This will trigger a [ping event](https://docs.github.com/github-ae@latest/webhooks/#ping-event) to be sent to the hook.",
|
|
29881
|
+
"tags": [
|
|
29882
|
+
"repos"
|
|
29883
|
+
],
|
|
29884
|
+
"operationId": "repos/ping-webhook",
|
|
29885
|
+
"externalDocs": {
|
|
29886
|
+
"description": "API method documentation",
|
|
29887
|
+
"url": "https://docs.github.com/github-ae@latest/rest/repos/webhooks#ping-a-repository-webhook"
|
|
29539
29888
|
},
|
|
29540
29889
|
"parameters": [
|
|
29541
29890
|
{
|
|
@@ -29559,354 +29908,8 @@
|
|
|
29559
29908
|
"x-github": {
|
|
29560
29909
|
"githubCloudOnly": false,
|
|
29561
29910
|
"enabledForGitHubApps": true,
|
|
29562
|
-
"category": "
|
|
29563
|
-
"subcategory": "
|
|
29564
|
-
},
|
|
29565
|
-
"x-octokit": {}
|
|
29566
|
-
}
|
|
29567
|
-
},
|
|
29568
|
-
"/repos/{owner}/{repo}/hooks/{hook_id}/config": {
|
|
29569
|
-
"get": {
|
|
29570
|
-
"summary": "Get a webhook configuration for a repository",
|
|
29571
|
-
"description": "Returns the webhook configuration for a repository. To get more information about the webhook, including the `active` state and `events`, use \"[Get a repository webhook](/rest/webhooks/repos#get-a-repository-webhook).\"\n\nAccess tokens must have the `read:repo_hook` or `repo` scope, and GitHub Apps must have the `repository_hooks:read` permission.",
|
|
29572
|
-
"tags": [
|
|
29573
|
-
"repos"
|
|
29574
|
-
],
|
|
29575
|
-
"operationId": "repos/get-webhook-config-for-repo",
|
|
29576
|
-
"externalDocs": {
|
|
29577
|
-
"description": "API method documentation",
|
|
29578
|
-
"url": "https://docs.github.com/github-ae@latest/rest/webhooks/repo-config#get-a-webhook-configuration-for-a-repository"
|
|
29579
|
-
},
|
|
29580
|
-
"parameters": [
|
|
29581
|
-
{
|
|
29582
|
-
"$ref": "#/components/parameters/owner"
|
|
29583
|
-
},
|
|
29584
|
-
{
|
|
29585
|
-
"$ref": "#/components/parameters/repo"
|
|
29586
|
-
},
|
|
29587
|
-
{
|
|
29588
|
-
"$ref": "#/components/parameters/hook-id"
|
|
29589
|
-
}
|
|
29590
|
-
],
|
|
29591
|
-
"responses": {
|
|
29592
|
-
"200": {
|
|
29593
|
-
"description": "Response",
|
|
29594
|
-
"content": {
|
|
29595
|
-
"application/json": {
|
|
29596
|
-
"schema": {
|
|
29597
|
-
"$ref": "#/components/schemas/webhook-config"
|
|
29598
|
-
},
|
|
29599
|
-
"examples": {
|
|
29600
|
-
"default": {
|
|
29601
|
-
"$ref": "#/components/examples/webhook-config"
|
|
29602
|
-
}
|
|
29603
|
-
}
|
|
29604
|
-
}
|
|
29605
|
-
}
|
|
29606
|
-
}
|
|
29607
|
-
},
|
|
29608
|
-
"x-github": {
|
|
29609
|
-
"githubCloudOnly": false,
|
|
29610
|
-
"enabledForGitHubApps": true,
|
|
29611
|
-
"category": "webhooks",
|
|
29612
|
-
"subcategory": "repo-config"
|
|
29613
|
-
},
|
|
29614
|
-
"x-octokit": {}
|
|
29615
|
-
},
|
|
29616
|
-
"patch": {
|
|
29617
|
-
"summary": "Update a webhook configuration for a repository",
|
|
29618
|
-
"description": "Updates the webhook configuration for a repository. To update more information about the webhook, including the `active` state and `events`, use \"[Update a repository webhook](/rest/webhooks/repos#update-a-repository-webhook).\"\n\nAccess tokens must have the `write:repo_hook` or `repo` scope, and GitHub Apps must have the `repository_hooks:write` permission.",
|
|
29619
|
-
"tags": [
|
|
29620
|
-
"repos"
|
|
29621
|
-
],
|
|
29622
|
-
"operationId": "repos/update-webhook-config-for-repo",
|
|
29623
|
-
"externalDocs": {
|
|
29624
|
-
"description": "API method documentation",
|
|
29625
|
-
"url": "https://docs.github.com/github-ae@latest/rest/webhooks/repo-config#update-a-webhook-configuration-for-a-repository"
|
|
29626
|
-
},
|
|
29627
|
-
"parameters": [
|
|
29628
|
-
{
|
|
29629
|
-
"$ref": "#/components/parameters/owner"
|
|
29630
|
-
},
|
|
29631
|
-
{
|
|
29632
|
-
"$ref": "#/components/parameters/repo"
|
|
29633
|
-
},
|
|
29634
|
-
{
|
|
29635
|
-
"$ref": "#/components/parameters/hook-id"
|
|
29636
|
-
}
|
|
29637
|
-
],
|
|
29638
|
-
"requestBody": {
|
|
29639
|
-
"required": false,
|
|
29640
|
-
"content": {
|
|
29641
|
-
"application/json": {
|
|
29642
|
-
"schema": {
|
|
29643
|
-
"type": "object",
|
|
29644
|
-
"additionalProperties": false,
|
|
29645
|
-
"properties": {
|
|
29646
|
-
"url": {
|
|
29647
|
-
"$ref": "#/components/schemas/webhook-config-url"
|
|
29648
|
-
},
|
|
29649
|
-
"content_type": {
|
|
29650
|
-
"$ref": "#/components/schemas/webhook-config-content-type"
|
|
29651
|
-
},
|
|
29652
|
-
"secret": {
|
|
29653
|
-
"$ref": "#/components/schemas/webhook-config-secret"
|
|
29654
|
-
},
|
|
29655
|
-
"insecure_ssl": {
|
|
29656
|
-
"$ref": "#/components/schemas/webhook-config-insecure-ssl"
|
|
29657
|
-
}
|
|
29658
|
-
}
|
|
29659
|
-
},
|
|
29660
|
-
"examples": {
|
|
29661
|
-
"default": {
|
|
29662
|
-
"summary": "Example of updating content type and URL",
|
|
29663
|
-
"value": {
|
|
29664
|
-
"content_type": "json",
|
|
29665
|
-
"url": "https://example.com/webhook"
|
|
29666
|
-
}
|
|
29667
|
-
}
|
|
29668
|
-
}
|
|
29669
|
-
}
|
|
29670
|
-
}
|
|
29671
|
-
},
|
|
29672
|
-
"responses": {
|
|
29673
|
-
"200": {
|
|
29674
|
-
"description": "Response",
|
|
29675
|
-
"content": {
|
|
29676
|
-
"application/json": {
|
|
29677
|
-
"schema": {
|
|
29678
|
-
"$ref": "#/components/schemas/webhook-config"
|
|
29679
|
-
},
|
|
29680
|
-
"examples": {
|
|
29681
|
-
"default": {
|
|
29682
|
-
"$ref": "#/components/examples/webhook-config"
|
|
29683
|
-
}
|
|
29684
|
-
}
|
|
29685
|
-
}
|
|
29686
|
-
}
|
|
29687
|
-
}
|
|
29688
|
-
},
|
|
29689
|
-
"x-github": {
|
|
29690
|
-
"githubCloudOnly": false,
|
|
29691
|
-
"enabledForGitHubApps": true,
|
|
29692
|
-
"category": "webhooks",
|
|
29693
|
-
"subcategory": "repo-config"
|
|
29694
|
-
},
|
|
29695
|
-
"x-octokit": {}
|
|
29696
|
-
}
|
|
29697
|
-
},
|
|
29698
|
-
"/repos/{owner}/{repo}/hooks/{hook_id}/deliveries": {
|
|
29699
|
-
"get": {
|
|
29700
|
-
"summary": "List deliveries for a repository webhook",
|
|
29701
|
-
"description": "Returns a list of webhook deliveries for a webhook configured in a repository.",
|
|
29702
|
-
"tags": [
|
|
29703
|
-
"repos"
|
|
29704
|
-
],
|
|
29705
|
-
"operationId": "repos/list-webhook-deliveries",
|
|
29706
|
-
"externalDocs": {
|
|
29707
|
-
"description": "API method documentation",
|
|
29708
|
-
"url": "https://docs.github.com/github-ae@latest/rest/webhooks/repo-deliveries#list-deliveries-for-a-repository-webhook"
|
|
29709
|
-
},
|
|
29710
|
-
"parameters": [
|
|
29711
|
-
{
|
|
29712
|
-
"$ref": "#/components/parameters/owner"
|
|
29713
|
-
},
|
|
29714
|
-
{
|
|
29715
|
-
"$ref": "#/components/parameters/repo"
|
|
29716
|
-
},
|
|
29717
|
-
{
|
|
29718
|
-
"$ref": "#/components/parameters/hook-id"
|
|
29719
|
-
},
|
|
29720
|
-
{
|
|
29721
|
-
"$ref": "#/components/parameters/per-page"
|
|
29722
|
-
},
|
|
29723
|
-
{
|
|
29724
|
-
"$ref": "#/components/parameters/cursor"
|
|
29725
|
-
},
|
|
29726
|
-
{
|
|
29727
|
-
"name": "redelivery",
|
|
29728
|
-
"in": "query",
|
|
29729
|
-
"required": false,
|
|
29730
|
-
"schema": {
|
|
29731
|
-
"type": "boolean"
|
|
29732
|
-
}
|
|
29733
|
-
}
|
|
29734
|
-
],
|
|
29735
|
-
"responses": {
|
|
29736
|
-
"200": {
|
|
29737
|
-
"description": "Response",
|
|
29738
|
-
"content": {
|
|
29739
|
-
"application/json": {
|
|
29740
|
-
"schema": {
|
|
29741
|
-
"type": "array",
|
|
29742
|
-
"items": {
|
|
29743
|
-
"$ref": "#/components/schemas/hook-delivery-item"
|
|
29744
|
-
}
|
|
29745
|
-
},
|
|
29746
|
-
"examples": {
|
|
29747
|
-
"default": {
|
|
29748
|
-
"$ref": "#/components/examples/hook-delivery-items"
|
|
29749
|
-
}
|
|
29750
|
-
}
|
|
29751
|
-
}
|
|
29752
|
-
}
|
|
29753
|
-
},
|
|
29754
|
-
"400": {
|
|
29755
|
-
"$ref": "#/components/responses/bad_request"
|
|
29756
|
-
},
|
|
29757
|
-
"422": {
|
|
29758
|
-
"$ref": "#/components/responses/validation_failed"
|
|
29759
|
-
}
|
|
29760
|
-
},
|
|
29761
|
-
"x-github": {
|
|
29762
|
-
"githubCloudOnly": false,
|
|
29763
|
-
"enabledForGitHubApps": true,
|
|
29764
|
-
"category": "webhooks",
|
|
29765
|
-
"subcategory": "repo-deliveries"
|
|
29766
|
-
},
|
|
29767
|
-
"x-octokit": {}
|
|
29768
|
-
}
|
|
29769
|
-
},
|
|
29770
|
-
"/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}": {
|
|
29771
|
-
"get": {
|
|
29772
|
-
"summary": "Get a delivery for a repository webhook",
|
|
29773
|
-
"description": "Returns a delivery for a webhook configured in a repository.",
|
|
29774
|
-
"tags": [
|
|
29775
|
-
"repos"
|
|
29776
|
-
],
|
|
29777
|
-
"operationId": "repos/get-webhook-delivery",
|
|
29778
|
-
"externalDocs": {
|
|
29779
|
-
"description": "API method documentation",
|
|
29780
|
-
"url": "https://docs.github.com/github-ae@latest/rest/webhooks/repo-deliveries#get-a-delivery-for-a-repository-webhook"
|
|
29781
|
-
},
|
|
29782
|
-
"parameters": [
|
|
29783
|
-
{
|
|
29784
|
-
"$ref": "#/components/parameters/owner"
|
|
29785
|
-
},
|
|
29786
|
-
{
|
|
29787
|
-
"$ref": "#/components/parameters/repo"
|
|
29788
|
-
},
|
|
29789
|
-
{
|
|
29790
|
-
"$ref": "#/components/parameters/hook-id"
|
|
29791
|
-
},
|
|
29792
|
-
{
|
|
29793
|
-
"$ref": "#/components/parameters/delivery-id"
|
|
29794
|
-
}
|
|
29795
|
-
],
|
|
29796
|
-
"responses": {
|
|
29797
|
-
"200": {
|
|
29798
|
-
"description": "Response",
|
|
29799
|
-
"content": {
|
|
29800
|
-
"application/json": {
|
|
29801
|
-
"schema": {
|
|
29802
|
-
"$ref": "#/components/schemas/hook-delivery"
|
|
29803
|
-
},
|
|
29804
|
-
"examples": {
|
|
29805
|
-
"default": {
|
|
29806
|
-
"$ref": "#/components/examples/hook-delivery"
|
|
29807
|
-
}
|
|
29808
|
-
}
|
|
29809
|
-
}
|
|
29810
|
-
}
|
|
29811
|
-
},
|
|
29812
|
-
"400": {
|
|
29813
|
-
"$ref": "#/components/responses/bad_request"
|
|
29814
|
-
},
|
|
29815
|
-
"422": {
|
|
29816
|
-
"$ref": "#/components/responses/validation_failed"
|
|
29817
|
-
}
|
|
29818
|
-
},
|
|
29819
|
-
"x-github": {
|
|
29820
|
-
"githubCloudOnly": false,
|
|
29821
|
-
"enabledForGitHubApps": true,
|
|
29822
|
-
"category": "webhooks",
|
|
29823
|
-
"subcategory": "repo-deliveries"
|
|
29824
|
-
},
|
|
29825
|
-
"x-octokit": {}
|
|
29826
|
-
}
|
|
29827
|
-
},
|
|
29828
|
-
"/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts": {
|
|
29829
|
-
"post": {
|
|
29830
|
-
"summary": "Redeliver a delivery for a repository webhook",
|
|
29831
|
-
"description": "Redeliver a webhook delivery for a webhook configured in a repository.",
|
|
29832
|
-
"tags": [
|
|
29833
|
-
"repos"
|
|
29834
|
-
],
|
|
29835
|
-
"operationId": "repos/redeliver-webhook-delivery",
|
|
29836
|
-
"externalDocs": {
|
|
29837
|
-
"description": "API method documentation",
|
|
29838
|
-
"url": "https://docs.github.com/github-ae@latest/rest/webhooks/repo-deliveries#redeliver-a-delivery-for-a-repository-webhook"
|
|
29839
|
-
},
|
|
29840
|
-
"parameters": [
|
|
29841
|
-
{
|
|
29842
|
-
"$ref": "#/components/parameters/owner"
|
|
29843
|
-
},
|
|
29844
|
-
{
|
|
29845
|
-
"$ref": "#/components/parameters/repo"
|
|
29846
|
-
},
|
|
29847
|
-
{
|
|
29848
|
-
"$ref": "#/components/parameters/hook-id"
|
|
29849
|
-
},
|
|
29850
|
-
{
|
|
29851
|
-
"$ref": "#/components/parameters/delivery-id"
|
|
29852
|
-
}
|
|
29853
|
-
],
|
|
29854
|
-
"responses": {
|
|
29855
|
-
"202": {
|
|
29856
|
-
"$ref": "#/components/responses/accepted"
|
|
29857
|
-
},
|
|
29858
|
-
"400": {
|
|
29859
|
-
"$ref": "#/components/responses/bad_request"
|
|
29860
|
-
},
|
|
29861
|
-
"422": {
|
|
29862
|
-
"$ref": "#/components/responses/validation_failed"
|
|
29863
|
-
}
|
|
29864
|
-
},
|
|
29865
|
-
"x-github": {
|
|
29866
|
-
"githubCloudOnly": false,
|
|
29867
|
-
"enabledForGitHubApps": true,
|
|
29868
|
-
"category": "webhooks",
|
|
29869
|
-
"subcategory": "repo-deliveries"
|
|
29870
|
-
},
|
|
29871
|
-
"x-octokit": {}
|
|
29872
|
-
}
|
|
29873
|
-
},
|
|
29874
|
-
"/repos/{owner}/{repo}/hooks/{hook_id}/pings": {
|
|
29875
|
-
"post": {
|
|
29876
|
-
"summary": "Ping a repository webhook",
|
|
29877
|
-
"description": "This will trigger a [ping event](https://docs.github.com/github-ae@latest/webhooks/#ping-event) to be sent to the hook.",
|
|
29878
|
-
"tags": [
|
|
29879
|
-
"repos"
|
|
29880
|
-
],
|
|
29881
|
-
"operationId": "repos/ping-webhook",
|
|
29882
|
-
"externalDocs": {
|
|
29883
|
-
"description": "API method documentation",
|
|
29884
|
-
"url": "https://docs.github.com/github-ae@latest/rest/webhooks/repos#ping-a-repository-webhook"
|
|
29885
|
-
},
|
|
29886
|
-
"parameters": [
|
|
29887
|
-
{
|
|
29888
|
-
"$ref": "#/components/parameters/owner"
|
|
29889
|
-
},
|
|
29890
|
-
{
|
|
29891
|
-
"$ref": "#/components/parameters/repo"
|
|
29892
|
-
},
|
|
29893
|
-
{
|
|
29894
|
-
"$ref": "#/components/parameters/hook-id"
|
|
29895
|
-
}
|
|
29896
|
-
],
|
|
29897
|
-
"responses": {
|
|
29898
|
-
"204": {
|
|
29899
|
-
"description": "Response"
|
|
29900
|
-
},
|
|
29901
|
-
"404": {
|
|
29902
|
-
"$ref": "#/components/responses/not_found"
|
|
29903
|
-
}
|
|
29904
|
-
},
|
|
29905
|
-
"x-github": {
|
|
29906
|
-
"githubCloudOnly": false,
|
|
29907
|
-
"enabledForGitHubApps": true,
|
|
29908
|
-
"category": "webhooks",
|
|
29909
|
-
"subcategory": "repos"
|
|
29911
|
+
"category": "repos",
|
|
29912
|
+
"subcategory": "webhooks"
|
|
29910
29913
|
},
|
|
29911
29914
|
"x-octokit": {}
|
|
29912
29915
|
}
|
|
@@ -29921,7 +29924,7 @@
|
|
|
29921
29924
|
"operationId": "repos/test-push-webhook",
|
|
29922
29925
|
"externalDocs": {
|
|
29923
29926
|
"description": "API method documentation",
|
|
29924
|
-
"url": "https://docs.github.com/github-ae@latest/rest/webhooks
|
|
29927
|
+
"url": "https://docs.github.com/github-ae@latest/rest/repos/webhooks#test-the-push-repository-webhook"
|
|
29925
29928
|
},
|
|
29926
29929
|
"parameters": [
|
|
29927
29930
|
{
|
|
@@ -29945,8 +29948,8 @@
|
|
|
29945
29948
|
"x-github": {
|
|
29946
29949
|
"githubCloudOnly": false,
|
|
29947
29950
|
"enabledForGitHubApps": true,
|
|
29948
|
-
"category": "
|
|
29949
|
-
"subcategory": "
|
|
29951
|
+
"category": "repos",
|
|
29952
|
+
"subcategory": "webhooks"
|
|
29950
29953
|
},
|
|
29951
29954
|
"x-octokit": {}
|
|
29952
29955
|
}
|
|
@@ -33385,6 +33388,9 @@
|
|
|
33385
33388
|
}
|
|
33386
33389
|
}
|
|
33387
33390
|
}
|
|
33391
|
+
},
|
|
33392
|
+
"404": {
|
|
33393
|
+
"$ref": "#/components/responses/not_found"
|
|
33388
33394
|
}
|
|
33389
33395
|
},
|
|
33390
33396
|
"x-github": {
|
|
@@ -58847,7 +58853,7 @@
|
|
|
58847
58853
|
"pull-request-edited": {
|
|
58848
58854
|
"post": {
|
|
58849
58855
|
"summary": "This event occurs when there is activity on a pull request. For more information, see \"[About pull requests](https://docs.github.com/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests).\" For information about the APIs to manage pull requests, see [the GraphQL API documentation](https://docs.github.com/github-ae@latest/graphql/reference/objects#pullrequest) or \"[Pulls](https://docs.github.com/github-ae@latest/rest/pulls/pulls)\" in the REST API documentation.\n\nFor activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the `pull_request_review`, `pull_request_review_comment`, `issue_comment`, or `pull_request_review_thread` events instead.\n\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Pull requests\" repository permission.",
|
|
58850
|
-
"description": "The title or body of a pull request was edited.",
|
|
58856
|
+
"description": "The title or body of a pull request was edited, or the base branch of a pull request was changed.",
|
|
58851
58857
|
"operationId": "pull-request/edited",
|
|
58852
58858
|
"externalDocs": {
|
|
58853
58859
|
"url": "https://docs.github.com/github-ae@latest/webhooks/webhook-events-and-payloads#pull_request"
|
|
@@ -69758,6 +69764,15 @@
|
|
|
69758
69764
|
"type": "string",
|
|
69759
69765
|
"description": "The comment that was optionally added when this alert was closed",
|
|
69760
69766
|
"nullable": true
|
|
69767
|
+
},
|
|
69768
|
+
"validity": {
|
|
69769
|
+
"type": "string",
|
|
69770
|
+
"description": "The token status as of the latest validity check.",
|
|
69771
|
+
"enum": [
|
|
69772
|
+
"active",
|
|
69773
|
+
"inactive",
|
|
69774
|
+
"unknown"
|
|
69775
|
+
]
|
|
69761
69776
|
}
|
|
69762
69777
|
}
|
|
69763
69778
|
},
|
|
@@ -74301,9 +74316,9 @@
|
|
|
74301
74316
|
"permissions"
|
|
74302
74317
|
]
|
|
74303
74318
|
},
|
|
74304
|
-
"
|
|
74305
|
-
"title": "Repository",
|
|
74306
|
-
"description": "A
|
|
74319
|
+
"team-repository": {
|
|
74320
|
+
"title": "Team Repository",
|
|
74321
|
+
"description": "A team's access to a repository.",
|
|
74307
74322
|
"type": "object",
|
|
74308
74323
|
"properties": {
|
|
74309
74324
|
"id": {
|
|
@@ -74327,9 +74342,6 @@
|
|
|
74327
74342
|
"license": {
|
|
74328
74343
|
"$ref": "#/components/schemas/nullable-license-simple"
|
|
74329
74344
|
},
|
|
74330
|
-
"organization": {
|
|
74331
|
-
"$ref": "#/components/schemas/nullable-simple-user"
|
|
74332
|
-
},
|
|
74333
74345
|
"forks": {
|
|
74334
74346
|
"type": "integer"
|
|
74335
74347
|
},
|
|
@@ -74358,8 +74370,12 @@
|
|
|
74358
74370
|
"push"
|
|
74359
74371
|
]
|
|
74360
74372
|
},
|
|
74373
|
+
"role_name": {
|
|
74374
|
+
"type": "string",
|
|
74375
|
+
"example": "admin"
|
|
74376
|
+
},
|
|
74361
74377
|
"owner": {
|
|
74362
|
-
"$ref": "#/components/schemas/simple-user"
|
|
74378
|
+
"$ref": "#/components/schemas/nullable-simple-user"
|
|
74363
74379
|
},
|
|
74364
74380
|
"private": {
|
|
74365
74381
|
"description": "Whether the repository is private or public.",
|
|
@@ -74587,7 +74603,6 @@
|
|
|
74587
74603
|
"example": 80
|
|
74588
74604
|
},
|
|
74589
74605
|
"size": {
|
|
74590
|
-
"description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.",
|
|
74591
74606
|
"type": "integer",
|
|
74592
74607
|
"example": 108
|
|
74593
74608
|
},
|
|
@@ -74637,8 +74652,7 @@
|
|
|
74637
74652
|
"description": "Whether downloads are enabled.",
|
|
74638
74653
|
"default": true,
|
|
74639
74654
|
"type": "boolean",
|
|
74640
|
-
"example": true
|
|
74641
|
-
"deprecated": true
|
|
74655
|
+
"example": true
|
|
74642
74656
|
},
|
|
74643
74657
|
"archived": {
|
|
74644
74658
|
"description": "Whether the repository is archived.",
|
|
@@ -74678,334 +74692,6 @@
|
|
|
74678
74692
|
"type": "boolean",
|
|
74679
74693
|
"example": true
|
|
74680
74694
|
},
|
|
74681
|
-
"template_repository": {
|
|
74682
|
-
"nullable": true,
|
|
74683
|
-
"type": "object",
|
|
74684
|
-
"properties": {
|
|
74685
|
-
"id": {
|
|
74686
|
-
"type": "integer"
|
|
74687
|
-
},
|
|
74688
|
-
"node_id": {
|
|
74689
|
-
"type": "string"
|
|
74690
|
-
},
|
|
74691
|
-
"name": {
|
|
74692
|
-
"type": "string"
|
|
74693
|
-
},
|
|
74694
|
-
"full_name": {
|
|
74695
|
-
"type": "string"
|
|
74696
|
-
},
|
|
74697
|
-
"owner": {
|
|
74698
|
-
"type": "object",
|
|
74699
|
-
"properties": {
|
|
74700
|
-
"login": {
|
|
74701
|
-
"type": "string"
|
|
74702
|
-
},
|
|
74703
|
-
"id": {
|
|
74704
|
-
"type": "integer"
|
|
74705
|
-
},
|
|
74706
|
-
"node_id": {
|
|
74707
|
-
"type": "string"
|
|
74708
|
-
},
|
|
74709
|
-
"avatar_url": {
|
|
74710
|
-
"type": "string"
|
|
74711
|
-
},
|
|
74712
|
-
"gravatar_id": {
|
|
74713
|
-
"type": "string"
|
|
74714
|
-
},
|
|
74715
|
-
"url": {
|
|
74716
|
-
"type": "string"
|
|
74717
|
-
},
|
|
74718
|
-
"html_url": {
|
|
74719
|
-
"type": "string"
|
|
74720
|
-
},
|
|
74721
|
-
"followers_url": {
|
|
74722
|
-
"type": "string"
|
|
74723
|
-
},
|
|
74724
|
-
"following_url": {
|
|
74725
|
-
"type": "string"
|
|
74726
|
-
},
|
|
74727
|
-
"gists_url": {
|
|
74728
|
-
"type": "string"
|
|
74729
|
-
},
|
|
74730
|
-
"starred_url": {
|
|
74731
|
-
"type": "string"
|
|
74732
|
-
},
|
|
74733
|
-
"subscriptions_url": {
|
|
74734
|
-
"type": "string"
|
|
74735
|
-
},
|
|
74736
|
-
"organizations_url": {
|
|
74737
|
-
"type": "string"
|
|
74738
|
-
},
|
|
74739
|
-
"repos_url": {
|
|
74740
|
-
"type": "string"
|
|
74741
|
-
},
|
|
74742
|
-
"events_url": {
|
|
74743
|
-
"type": "string"
|
|
74744
|
-
},
|
|
74745
|
-
"received_events_url": {
|
|
74746
|
-
"type": "string"
|
|
74747
|
-
},
|
|
74748
|
-
"type": {
|
|
74749
|
-
"type": "string"
|
|
74750
|
-
},
|
|
74751
|
-
"site_admin": {
|
|
74752
|
-
"type": "boolean"
|
|
74753
|
-
}
|
|
74754
|
-
}
|
|
74755
|
-
},
|
|
74756
|
-
"private": {
|
|
74757
|
-
"type": "boolean"
|
|
74758
|
-
},
|
|
74759
|
-
"html_url": {
|
|
74760
|
-
"type": "string"
|
|
74761
|
-
},
|
|
74762
|
-
"description": {
|
|
74763
|
-
"type": "string"
|
|
74764
|
-
},
|
|
74765
|
-
"fork": {
|
|
74766
|
-
"type": "boolean"
|
|
74767
|
-
},
|
|
74768
|
-
"url": {
|
|
74769
|
-
"type": "string"
|
|
74770
|
-
},
|
|
74771
|
-
"archive_url": {
|
|
74772
|
-
"type": "string"
|
|
74773
|
-
},
|
|
74774
|
-
"assignees_url": {
|
|
74775
|
-
"type": "string"
|
|
74776
|
-
},
|
|
74777
|
-
"blobs_url": {
|
|
74778
|
-
"type": "string"
|
|
74779
|
-
},
|
|
74780
|
-
"branches_url": {
|
|
74781
|
-
"type": "string"
|
|
74782
|
-
},
|
|
74783
|
-
"collaborators_url": {
|
|
74784
|
-
"type": "string"
|
|
74785
|
-
},
|
|
74786
|
-
"comments_url": {
|
|
74787
|
-
"type": "string"
|
|
74788
|
-
},
|
|
74789
|
-
"commits_url": {
|
|
74790
|
-
"type": "string"
|
|
74791
|
-
},
|
|
74792
|
-
"compare_url": {
|
|
74793
|
-
"type": "string"
|
|
74794
|
-
},
|
|
74795
|
-
"contents_url": {
|
|
74796
|
-
"type": "string"
|
|
74797
|
-
},
|
|
74798
|
-
"contributors_url": {
|
|
74799
|
-
"type": "string"
|
|
74800
|
-
},
|
|
74801
|
-
"deployments_url": {
|
|
74802
|
-
"type": "string"
|
|
74803
|
-
},
|
|
74804
|
-
"downloads_url": {
|
|
74805
|
-
"type": "string"
|
|
74806
|
-
},
|
|
74807
|
-
"events_url": {
|
|
74808
|
-
"type": "string"
|
|
74809
|
-
},
|
|
74810
|
-
"forks_url": {
|
|
74811
|
-
"type": "string"
|
|
74812
|
-
},
|
|
74813
|
-
"git_commits_url": {
|
|
74814
|
-
"type": "string"
|
|
74815
|
-
},
|
|
74816
|
-
"git_refs_url": {
|
|
74817
|
-
"type": "string"
|
|
74818
|
-
},
|
|
74819
|
-
"git_tags_url": {
|
|
74820
|
-
"type": "string"
|
|
74821
|
-
},
|
|
74822
|
-
"git_url": {
|
|
74823
|
-
"type": "string"
|
|
74824
|
-
},
|
|
74825
|
-
"issue_comment_url": {
|
|
74826
|
-
"type": "string"
|
|
74827
|
-
},
|
|
74828
|
-
"issue_events_url": {
|
|
74829
|
-
"type": "string"
|
|
74830
|
-
},
|
|
74831
|
-
"issues_url": {
|
|
74832
|
-
"type": "string"
|
|
74833
|
-
},
|
|
74834
|
-
"keys_url": {
|
|
74835
|
-
"type": "string"
|
|
74836
|
-
},
|
|
74837
|
-
"labels_url": {
|
|
74838
|
-
"type": "string"
|
|
74839
|
-
},
|
|
74840
|
-
"languages_url": {
|
|
74841
|
-
"type": "string"
|
|
74842
|
-
},
|
|
74843
|
-
"merges_url": {
|
|
74844
|
-
"type": "string"
|
|
74845
|
-
},
|
|
74846
|
-
"milestones_url": {
|
|
74847
|
-
"type": "string"
|
|
74848
|
-
},
|
|
74849
|
-
"notifications_url": {
|
|
74850
|
-
"type": "string"
|
|
74851
|
-
},
|
|
74852
|
-
"pulls_url": {
|
|
74853
|
-
"type": "string"
|
|
74854
|
-
},
|
|
74855
|
-
"releases_url": {
|
|
74856
|
-
"type": "string"
|
|
74857
|
-
},
|
|
74858
|
-
"ssh_url": {
|
|
74859
|
-
"type": "string"
|
|
74860
|
-
},
|
|
74861
|
-
"stargazers_url": {
|
|
74862
|
-
"type": "string"
|
|
74863
|
-
},
|
|
74864
|
-
"statuses_url": {
|
|
74865
|
-
"type": "string"
|
|
74866
|
-
},
|
|
74867
|
-
"subscribers_url": {
|
|
74868
|
-
"type": "string"
|
|
74869
|
-
},
|
|
74870
|
-
"subscription_url": {
|
|
74871
|
-
"type": "string"
|
|
74872
|
-
},
|
|
74873
|
-
"tags_url": {
|
|
74874
|
-
"type": "string"
|
|
74875
|
-
},
|
|
74876
|
-
"teams_url": {
|
|
74877
|
-
"type": "string"
|
|
74878
|
-
},
|
|
74879
|
-
"trees_url": {
|
|
74880
|
-
"type": "string"
|
|
74881
|
-
},
|
|
74882
|
-
"clone_url": {
|
|
74883
|
-
"type": "string"
|
|
74884
|
-
},
|
|
74885
|
-
"mirror_url": {
|
|
74886
|
-
"type": "string"
|
|
74887
|
-
},
|
|
74888
|
-
"hooks_url": {
|
|
74889
|
-
"type": "string"
|
|
74890
|
-
},
|
|
74891
|
-
"svn_url": {
|
|
74892
|
-
"type": "string"
|
|
74893
|
-
},
|
|
74894
|
-
"homepage": {
|
|
74895
|
-
"type": "string"
|
|
74896
|
-
},
|
|
74897
|
-
"language": {
|
|
74898
|
-
"type": "string"
|
|
74899
|
-
},
|
|
74900
|
-
"forks_count": {
|
|
74901
|
-
"type": "integer"
|
|
74902
|
-
},
|
|
74903
|
-
"stargazers_count": {
|
|
74904
|
-
"type": "integer"
|
|
74905
|
-
},
|
|
74906
|
-
"watchers_count": {
|
|
74907
|
-
"type": "integer"
|
|
74908
|
-
},
|
|
74909
|
-
"size": {
|
|
74910
|
-
"type": "integer"
|
|
74911
|
-
},
|
|
74912
|
-
"default_branch": {
|
|
74913
|
-
"type": "string"
|
|
74914
|
-
},
|
|
74915
|
-
"open_issues_count": {
|
|
74916
|
-
"type": "integer"
|
|
74917
|
-
},
|
|
74918
|
-
"is_template": {
|
|
74919
|
-
"type": "boolean"
|
|
74920
|
-
},
|
|
74921
|
-
"topics": {
|
|
74922
|
-
"type": "array",
|
|
74923
|
-
"items": {
|
|
74924
|
-
"type": "string"
|
|
74925
|
-
}
|
|
74926
|
-
},
|
|
74927
|
-
"has_issues": {
|
|
74928
|
-
"type": "boolean"
|
|
74929
|
-
},
|
|
74930
|
-
"has_projects": {
|
|
74931
|
-
"type": "boolean"
|
|
74932
|
-
},
|
|
74933
|
-
"has_wiki": {
|
|
74934
|
-
"type": "boolean"
|
|
74935
|
-
},
|
|
74936
|
-
"has_pages": {
|
|
74937
|
-
"type": "boolean"
|
|
74938
|
-
},
|
|
74939
|
-
"has_downloads": {
|
|
74940
|
-
"type": "boolean"
|
|
74941
|
-
},
|
|
74942
|
-
"archived": {
|
|
74943
|
-
"type": "boolean"
|
|
74944
|
-
},
|
|
74945
|
-
"disabled": {
|
|
74946
|
-
"type": "boolean"
|
|
74947
|
-
},
|
|
74948
|
-
"visibility": {
|
|
74949
|
-
"type": "string"
|
|
74950
|
-
},
|
|
74951
|
-
"pushed_at": {
|
|
74952
|
-
"type": "string"
|
|
74953
|
-
},
|
|
74954
|
-
"created_at": {
|
|
74955
|
-
"type": "string"
|
|
74956
|
-
},
|
|
74957
|
-
"updated_at": {
|
|
74958
|
-
"type": "string"
|
|
74959
|
-
},
|
|
74960
|
-
"permissions": {
|
|
74961
|
-
"type": "object",
|
|
74962
|
-
"properties": {
|
|
74963
|
-
"admin": {
|
|
74964
|
-
"type": "boolean"
|
|
74965
|
-
},
|
|
74966
|
-
"maintain": {
|
|
74967
|
-
"type": "boolean"
|
|
74968
|
-
},
|
|
74969
|
-
"push": {
|
|
74970
|
-
"type": "boolean"
|
|
74971
|
-
},
|
|
74972
|
-
"triage": {
|
|
74973
|
-
"type": "boolean"
|
|
74974
|
-
},
|
|
74975
|
-
"pull": {
|
|
74976
|
-
"type": "boolean"
|
|
74977
|
-
}
|
|
74978
|
-
}
|
|
74979
|
-
},
|
|
74980
|
-
"allow_rebase_merge": {
|
|
74981
|
-
"type": "boolean"
|
|
74982
|
-
},
|
|
74983
|
-
"temp_clone_token": {
|
|
74984
|
-
"type": "string"
|
|
74985
|
-
},
|
|
74986
|
-
"allow_squash_merge": {
|
|
74987
|
-
"type": "boolean"
|
|
74988
|
-
},
|
|
74989
|
-
"allow_auto_merge": {
|
|
74990
|
-
"type": "boolean"
|
|
74991
|
-
},
|
|
74992
|
-
"delete_branch_on_merge": {
|
|
74993
|
-
"type": "boolean"
|
|
74994
|
-
},
|
|
74995
|
-
"allow_update_branch": {
|
|
74996
|
-
"type": "boolean"
|
|
74997
|
-
},
|
|
74998
|
-
"allow_merge_commit": {
|
|
74999
|
-
"type": "boolean"
|
|
75000
|
-
},
|
|
75001
|
-
"subscribers_count": {
|
|
75002
|
-
"type": "integer"
|
|
75003
|
-
},
|
|
75004
|
-
"network_count": {
|
|
75005
|
-
"type": "integer"
|
|
75006
|
-
}
|
|
75007
|
-
}
|
|
75008
|
-
},
|
|
75009
74695
|
"temp_clone_token": {
|
|
75010
74696
|
"type": "string"
|
|
75011
74697
|
},
|
|
@@ -75027,12 +74713,6 @@
|
|
|
75027
74713
|
"type": "boolean",
|
|
75028
74714
|
"example": false
|
|
75029
74715
|
},
|
|
75030
|
-
"allow_update_branch": {
|
|
75031
|
-
"description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.",
|
|
75032
|
-
"default": false,
|
|
75033
|
-
"type": "boolean",
|
|
75034
|
-
"example": false
|
|
75035
|
-
},
|
|
75036
74716
|
"allow_merge_commit": {
|
|
75037
74717
|
"description": "Whether to allow merge commits for pull requests.",
|
|
75038
74718
|
"default": true,
|
|
@@ -75041,12 +74721,15 @@
|
|
|
75041
74721
|
},
|
|
75042
74722
|
"allow_forking": {
|
|
75043
74723
|
"description": "Whether to allow forking this repo",
|
|
75044
|
-
"
|
|
74724
|
+
"default": false,
|
|
74725
|
+
"type": "boolean",
|
|
74726
|
+
"example": false
|
|
75045
74727
|
},
|
|
75046
74728
|
"web_commit_signoff_required": {
|
|
75047
74729
|
"description": "Whether to require contributors to sign off on web-based commits",
|
|
75048
74730
|
"default": false,
|
|
75049
|
-
"type": "boolean"
|
|
74731
|
+
"type": "boolean",
|
|
74732
|
+
"example": false
|
|
75050
74733
|
},
|
|
75051
74734
|
"subscribers_count": {
|
|
75052
74735
|
"type": "integer"
|
|
@@ -75062,14 +74745,6 @@
|
|
|
75062
74745
|
},
|
|
75063
74746
|
"master_branch": {
|
|
75064
74747
|
"type": "string"
|
|
75065
|
-
},
|
|
75066
|
-
"starred_at": {
|
|
75067
|
-
"type": "string",
|
|
75068
|
-
"example": "\"2020-07-09T00:17:42Z\""
|
|
75069
|
-
},
|
|
75070
|
-
"anonymous_access_enabled": {
|
|
75071
|
-
"type": "boolean",
|
|
75072
|
-
"description": "Whether anonymous git access is enabled for this repository"
|
|
75073
74748
|
}
|
|
75074
74749
|
},
|
|
75075
74750
|
"required": [
|
|
@@ -75146,12 +74821,234 @@
|
|
|
75146
74821
|
"watchers_count",
|
|
75147
74822
|
"created_at",
|
|
75148
74823
|
"updated_at"
|
|
75149
|
-
]
|
|
75150
|
-
"nullable": true
|
|
74824
|
+
]
|
|
75151
74825
|
},
|
|
75152
|
-
"
|
|
75153
|
-
"title": "
|
|
75154
|
-
"description": "
|
|
74826
|
+
"project-card": {
|
|
74827
|
+
"title": "Project Card",
|
|
74828
|
+
"description": "Project cards represent a scope of work.",
|
|
74829
|
+
"type": "object",
|
|
74830
|
+
"properties": {
|
|
74831
|
+
"url": {
|
|
74832
|
+
"type": "string",
|
|
74833
|
+
"format": "uri",
|
|
74834
|
+
"example": "https://api.github.com/projects/columns/cards/1478"
|
|
74835
|
+
},
|
|
74836
|
+
"id": {
|
|
74837
|
+
"description": "The project card's ID",
|
|
74838
|
+
"example": 42,
|
|
74839
|
+
"type": "integer"
|
|
74840
|
+
},
|
|
74841
|
+
"node_id": {
|
|
74842
|
+
"type": "string",
|
|
74843
|
+
"example": "MDExOlByb2plY3RDYXJkMTQ3OA=="
|
|
74844
|
+
},
|
|
74845
|
+
"note": {
|
|
74846
|
+
"type": "string",
|
|
74847
|
+
"example": "Add payload for delete Project column",
|
|
74848
|
+
"nullable": true
|
|
74849
|
+
},
|
|
74850
|
+
"creator": {
|
|
74851
|
+
"$ref": "#/components/schemas/nullable-simple-user"
|
|
74852
|
+
},
|
|
74853
|
+
"created_at": {
|
|
74854
|
+
"type": "string",
|
|
74855
|
+
"format": "date-time",
|
|
74856
|
+
"example": "2016-09-05T14:21:06Z"
|
|
74857
|
+
},
|
|
74858
|
+
"updated_at": {
|
|
74859
|
+
"type": "string",
|
|
74860
|
+
"format": "date-time",
|
|
74861
|
+
"example": "2016-09-05T14:20:22Z"
|
|
74862
|
+
},
|
|
74863
|
+
"archived": {
|
|
74864
|
+
"description": "Whether or not the card is archived",
|
|
74865
|
+
"example": false,
|
|
74866
|
+
"type": "boolean"
|
|
74867
|
+
},
|
|
74868
|
+
"column_name": {
|
|
74869
|
+
"type": "string"
|
|
74870
|
+
},
|
|
74871
|
+
"project_id": {
|
|
74872
|
+
"type": "string"
|
|
74873
|
+
},
|
|
74874
|
+
"column_url": {
|
|
74875
|
+
"type": "string",
|
|
74876
|
+
"format": "uri",
|
|
74877
|
+
"example": "https://api.github.com/projects/columns/367"
|
|
74878
|
+
},
|
|
74879
|
+
"content_url": {
|
|
74880
|
+
"type": "string",
|
|
74881
|
+
"format": "uri",
|
|
74882
|
+
"example": "https://api.github.com/repos/api-playground/projects-test/issues/3"
|
|
74883
|
+
},
|
|
74884
|
+
"project_url": {
|
|
74885
|
+
"type": "string",
|
|
74886
|
+
"format": "uri",
|
|
74887
|
+
"example": "https://api.github.com/projects/120"
|
|
74888
|
+
}
|
|
74889
|
+
},
|
|
74890
|
+
"required": [
|
|
74891
|
+
"id",
|
|
74892
|
+
"node_id",
|
|
74893
|
+
"note",
|
|
74894
|
+
"url",
|
|
74895
|
+
"column_url",
|
|
74896
|
+
"project_url",
|
|
74897
|
+
"creator",
|
|
74898
|
+
"created_at",
|
|
74899
|
+
"updated_at"
|
|
74900
|
+
]
|
|
74901
|
+
},
|
|
74902
|
+
"project-column": {
|
|
74903
|
+
"title": "Project Column",
|
|
74904
|
+
"description": "Project columns contain cards of work.",
|
|
74905
|
+
"type": "object",
|
|
74906
|
+
"properties": {
|
|
74907
|
+
"url": {
|
|
74908
|
+
"type": "string",
|
|
74909
|
+
"format": "uri",
|
|
74910
|
+
"example": "https://api.github.com/projects/columns/367"
|
|
74911
|
+
},
|
|
74912
|
+
"project_url": {
|
|
74913
|
+
"type": "string",
|
|
74914
|
+
"format": "uri",
|
|
74915
|
+
"example": "https://api.github.com/projects/120"
|
|
74916
|
+
},
|
|
74917
|
+
"cards_url": {
|
|
74918
|
+
"type": "string",
|
|
74919
|
+
"format": "uri",
|
|
74920
|
+
"example": "https://api.github.com/projects/columns/367/cards"
|
|
74921
|
+
},
|
|
74922
|
+
"id": {
|
|
74923
|
+
"description": "The unique identifier of the project column",
|
|
74924
|
+
"example": 42,
|
|
74925
|
+
"type": "integer"
|
|
74926
|
+
},
|
|
74927
|
+
"node_id": {
|
|
74928
|
+
"type": "string",
|
|
74929
|
+
"example": "MDEzOlByb2plY3RDb2x1bW4zNjc="
|
|
74930
|
+
},
|
|
74931
|
+
"name": {
|
|
74932
|
+
"description": "Name of the project column",
|
|
74933
|
+
"example": "Remaining tasks",
|
|
74934
|
+
"type": "string"
|
|
74935
|
+
},
|
|
74936
|
+
"created_at": {
|
|
74937
|
+
"type": "string",
|
|
74938
|
+
"format": "date-time",
|
|
74939
|
+
"example": "2016-09-05T14:18:44Z"
|
|
74940
|
+
},
|
|
74941
|
+
"updated_at": {
|
|
74942
|
+
"type": "string",
|
|
74943
|
+
"format": "date-time",
|
|
74944
|
+
"example": "2016-09-05T14:22:28Z"
|
|
74945
|
+
}
|
|
74946
|
+
},
|
|
74947
|
+
"required": [
|
|
74948
|
+
"id",
|
|
74949
|
+
"node_id",
|
|
74950
|
+
"url",
|
|
74951
|
+
"project_url",
|
|
74952
|
+
"cards_url",
|
|
74953
|
+
"name",
|
|
74954
|
+
"created_at",
|
|
74955
|
+
"updated_at"
|
|
74956
|
+
]
|
|
74957
|
+
},
|
|
74958
|
+
"project-collaborator-permission": {
|
|
74959
|
+
"title": "Project Collaborator Permission",
|
|
74960
|
+
"description": "Project Collaborator Permission",
|
|
74961
|
+
"type": "object",
|
|
74962
|
+
"properties": {
|
|
74963
|
+
"permission": {
|
|
74964
|
+
"type": "string"
|
|
74965
|
+
},
|
|
74966
|
+
"user": {
|
|
74967
|
+
"$ref": "#/components/schemas/nullable-simple-user"
|
|
74968
|
+
}
|
|
74969
|
+
},
|
|
74970
|
+
"required": [
|
|
74971
|
+
"permission",
|
|
74972
|
+
"user"
|
|
74973
|
+
]
|
|
74974
|
+
},
|
|
74975
|
+
"rate-limit": {
|
|
74976
|
+
"title": "Rate Limit",
|
|
74977
|
+
"type": "object",
|
|
74978
|
+
"properties": {
|
|
74979
|
+
"limit": {
|
|
74980
|
+
"type": "integer"
|
|
74981
|
+
},
|
|
74982
|
+
"remaining": {
|
|
74983
|
+
"type": "integer"
|
|
74984
|
+
},
|
|
74985
|
+
"reset": {
|
|
74986
|
+
"type": "integer"
|
|
74987
|
+
},
|
|
74988
|
+
"used": {
|
|
74989
|
+
"type": "integer"
|
|
74990
|
+
}
|
|
74991
|
+
},
|
|
74992
|
+
"required": [
|
|
74993
|
+
"limit",
|
|
74994
|
+
"remaining",
|
|
74995
|
+
"reset",
|
|
74996
|
+
"used"
|
|
74997
|
+
]
|
|
74998
|
+
},
|
|
74999
|
+
"rate-limit-overview": {
|
|
75000
|
+
"title": "Rate Limit Overview",
|
|
75001
|
+
"description": "Rate Limit Overview",
|
|
75002
|
+
"type": "object",
|
|
75003
|
+
"properties": {
|
|
75004
|
+
"resources": {
|
|
75005
|
+
"type": "object",
|
|
75006
|
+
"properties": {
|
|
75007
|
+
"core": {
|
|
75008
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
75009
|
+
},
|
|
75010
|
+
"graphql": {
|
|
75011
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
75012
|
+
},
|
|
75013
|
+
"search": {
|
|
75014
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
75015
|
+
},
|
|
75016
|
+
"code_search": {
|
|
75017
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
75018
|
+
},
|
|
75019
|
+
"source_import": {
|
|
75020
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
75021
|
+
},
|
|
75022
|
+
"integration_manifest": {
|
|
75023
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
75024
|
+
},
|
|
75025
|
+
"code_scanning_upload": {
|
|
75026
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
75027
|
+
},
|
|
75028
|
+
"actions_runner_registration": {
|
|
75029
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
75030
|
+
},
|
|
75031
|
+
"scim": {
|
|
75032
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
75033
|
+
}
|
|
75034
|
+
},
|
|
75035
|
+
"required": [
|
|
75036
|
+
"core",
|
|
75037
|
+
"search"
|
|
75038
|
+
]
|
|
75039
|
+
},
|
|
75040
|
+
"rate": {
|
|
75041
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
75042
|
+
}
|
|
75043
|
+
},
|
|
75044
|
+
"required": [
|
|
75045
|
+
"rate",
|
|
75046
|
+
"resources"
|
|
75047
|
+
]
|
|
75048
|
+
},
|
|
75049
|
+
"nullable-repository": {
|
|
75050
|
+
"title": "Repository",
|
|
75051
|
+
"description": "A repository on GitHub.",
|
|
75155
75052
|
"type": "object",
|
|
75156
75053
|
"properties": {
|
|
75157
75054
|
"id": {
|
|
@@ -75175,6 +75072,9 @@
|
|
|
75175
75072
|
"license": {
|
|
75176
75073
|
"$ref": "#/components/schemas/nullable-license-simple"
|
|
75177
75074
|
},
|
|
75075
|
+
"organization": {
|
|
75076
|
+
"$ref": "#/components/schemas/nullable-simple-user"
|
|
75077
|
+
},
|
|
75178
75078
|
"forks": {
|
|
75179
75079
|
"type": "integer"
|
|
75180
75080
|
},
|
|
@@ -75203,12 +75103,8 @@
|
|
|
75203
75103
|
"push"
|
|
75204
75104
|
]
|
|
75205
75105
|
},
|
|
75206
|
-
"role_name": {
|
|
75207
|
-
"type": "string",
|
|
75208
|
-
"example": "admin"
|
|
75209
|
-
},
|
|
75210
75106
|
"owner": {
|
|
75211
|
-
"$ref": "#/components/schemas/
|
|
75107
|
+
"$ref": "#/components/schemas/simple-user"
|
|
75212
75108
|
},
|
|
75213
75109
|
"private": {
|
|
75214
75110
|
"description": "Whether the repository is private or public.",
|
|
@@ -75436,6 +75332,7 @@
|
|
|
75436
75332
|
"example": 80
|
|
75437
75333
|
},
|
|
75438
75334
|
"size": {
|
|
75335
|
+
"description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.",
|
|
75439
75336
|
"type": "integer",
|
|
75440
75337
|
"example": 108
|
|
75441
75338
|
},
|
|
@@ -75485,7 +75382,8 @@
|
|
|
75485
75382
|
"description": "Whether downloads are enabled.",
|
|
75486
75383
|
"default": true,
|
|
75487
75384
|
"type": "boolean",
|
|
75488
|
-
"example": true
|
|
75385
|
+
"example": true,
|
|
75386
|
+
"deprecated": true
|
|
75489
75387
|
},
|
|
75490
75388
|
"archived": {
|
|
75491
75389
|
"description": "Whether the repository is archived.",
|
|
@@ -75526,7 +75424,332 @@
|
|
|
75526
75424
|
"example": true
|
|
75527
75425
|
},
|
|
75528
75426
|
"template_repository": {
|
|
75529
|
-
"
|
|
75427
|
+
"nullable": true,
|
|
75428
|
+
"type": "object",
|
|
75429
|
+
"properties": {
|
|
75430
|
+
"id": {
|
|
75431
|
+
"type": "integer"
|
|
75432
|
+
},
|
|
75433
|
+
"node_id": {
|
|
75434
|
+
"type": "string"
|
|
75435
|
+
},
|
|
75436
|
+
"name": {
|
|
75437
|
+
"type": "string"
|
|
75438
|
+
},
|
|
75439
|
+
"full_name": {
|
|
75440
|
+
"type": "string"
|
|
75441
|
+
},
|
|
75442
|
+
"owner": {
|
|
75443
|
+
"type": "object",
|
|
75444
|
+
"properties": {
|
|
75445
|
+
"login": {
|
|
75446
|
+
"type": "string"
|
|
75447
|
+
},
|
|
75448
|
+
"id": {
|
|
75449
|
+
"type": "integer"
|
|
75450
|
+
},
|
|
75451
|
+
"node_id": {
|
|
75452
|
+
"type": "string"
|
|
75453
|
+
},
|
|
75454
|
+
"avatar_url": {
|
|
75455
|
+
"type": "string"
|
|
75456
|
+
},
|
|
75457
|
+
"gravatar_id": {
|
|
75458
|
+
"type": "string"
|
|
75459
|
+
},
|
|
75460
|
+
"url": {
|
|
75461
|
+
"type": "string"
|
|
75462
|
+
},
|
|
75463
|
+
"html_url": {
|
|
75464
|
+
"type": "string"
|
|
75465
|
+
},
|
|
75466
|
+
"followers_url": {
|
|
75467
|
+
"type": "string"
|
|
75468
|
+
},
|
|
75469
|
+
"following_url": {
|
|
75470
|
+
"type": "string"
|
|
75471
|
+
},
|
|
75472
|
+
"gists_url": {
|
|
75473
|
+
"type": "string"
|
|
75474
|
+
},
|
|
75475
|
+
"starred_url": {
|
|
75476
|
+
"type": "string"
|
|
75477
|
+
},
|
|
75478
|
+
"subscriptions_url": {
|
|
75479
|
+
"type": "string"
|
|
75480
|
+
},
|
|
75481
|
+
"organizations_url": {
|
|
75482
|
+
"type": "string"
|
|
75483
|
+
},
|
|
75484
|
+
"repos_url": {
|
|
75485
|
+
"type": "string"
|
|
75486
|
+
},
|
|
75487
|
+
"events_url": {
|
|
75488
|
+
"type": "string"
|
|
75489
|
+
},
|
|
75490
|
+
"received_events_url": {
|
|
75491
|
+
"type": "string"
|
|
75492
|
+
},
|
|
75493
|
+
"type": {
|
|
75494
|
+
"type": "string"
|
|
75495
|
+
},
|
|
75496
|
+
"site_admin": {
|
|
75497
|
+
"type": "boolean"
|
|
75498
|
+
}
|
|
75499
|
+
}
|
|
75500
|
+
},
|
|
75501
|
+
"private": {
|
|
75502
|
+
"type": "boolean"
|
|
75503
|
+
},
|
|
75504
|
+
"html_url": {
|
|
75505
|
+
"type": "string"
|
|
75506
|
+
},
|
|
75507
|
+
"description": {
|
|
75508
|
+
"type": "string"
|
|
75509
|
+
},
|
|
75510
|
+
"fork": {
|
|
75511
|
+
"type": "boolean"
|
|
75512
|
+
},
|
|
75513
|
+
"url": {
|
|
75514
|
+
"type": "string"
|
|
75515
|
+
},
|
|
75516
|
+
"archive_url": {
|
|
75517
|
+
"type": "string"
|
|
75518
|
+
},
|
|
75519
|
+
"assignees_url": {
|
|
75520
|
+
"type": "string"
|
|
75521
|
+
},
|
|
75522
|
+
"blobs_url": {
|
|
75523
|
+
"type": "string"
|
|
75524
|
+
},
|
|
75525
|
+
"branches_url": {
|
|
75526
|
+
"type": "string"
|
|
75527
|
+
},
|
|
75528
|
+
"collaborators_url": {
|
|
75529
|
+
"type": "string"
|
|
75530
|
+
},
|
|
75531
|
+
"comments_url": {
|
|
75532
|
+
"type": "string"
|
|
75533
|
+
},
|
|
75534
|
+
"commits_url": {
|
|
75535
|
+
"type": "string"
|
|
75536
|
+
},
|
|
75537
|
+
"compare_url": {
|
|
75538
|
+
"type": "string"
|
|
75539
|
+
},
|
|
75540
|
+
"contents_url": {
|
|
75541
|
+
"type": "string"
|
|
75542
|
+
},
|
|
75543
|
+
"contributors_url": {
|
|
75544
|
+
"type": "string"
|
|
75545
|
+
},
|
|
75546
|
+
"deployments_url": {
|
|
75547
|
+
"type": "string"
|
|
75548
|
+
},
|
|
75549
|
+
"downloads_url": {
|
|
75550
|
+
"type": "string"
|
|
75551
|
+
},
|
|
75552
|
+
"events_url": {
|
|
75553
|
+
"type": "string"
|
|
75554
|
+
},
|
|
75555
|
+
"forks_url": {
|
|
75556
|
+
"type": "string"
|
|
75557
|
+
},
|
|
75558
|
+
"git_commits_url": {
|
|
75559
|
+
"type": "string"
|
|
75560
|
+
},
|
|
75561
|
+
"git_refs_url": {
|
|
75562
|
+
"type": "string"
|
|
75563
|
+
},
|
|
75564
|
+
"git_tags_url": {
|
|
75565
|
+
"type": "string"
|
|
75566
|
+
},
|
|
75567
|
+
"git_url": {
|
|
75568
|
+
"type": "string"
|
|
75569
|
+
},
|
|
75570
|
+
"issue_comment_url": {
|
|
75571
|
+
"type": "string"
|
|
75572
|
+
},
|
|
75573
|
+
"issue_events_url": {
|
|
75574
|
+
"type": "string"
|
|
75575
|
+
},
|
|
75576
|
+
"issues_url": {
|
|
75577
|
+
"type": "string"
|
|
75578
|
+
},
|
|
75579
|
+
"keys_url": {
|
|
75580
|
+
"type": "string"
|
|
75581
|
+
},
|
|
75582
|
+
"labels_url": {
|
|
75583
|
+
"type": "string"
|
|
75584
|
+
},
|
|
75585
|
+
"languages_url": {
|
|
75586
|
+
"type": "string"
|
|
75587
|
+
},
|
|
75588
|
+
"merges_url": {
|
|
75589
|
+
"type": "string"
|
|
75590
|
+
},
|
|
75591
|
+
"milestones_url": {
|
|
75592
|
+
"type": "string"
|
|
75593
|
+
},
|
|
75594
|
+
"notifications_url": {
|
|
75595
|
+
"type": "string"
|
|
75596
|
+
},
|
|
75597
|
+
"pulls_url": {
|
|
75598
|
+
"type": "string"
|
|
75599
|
+
},
|
|
75600
|
+
"releases_url": {
|
|
75601
|
+
"type": "string"
|
|
75602
|
+
},
|
|
75603
|
+
"ssh_url": {
|
|
75604
|
+
"type": "string"
|
|
75605
|
+
},
|
|
75606
|
+
"stargazers_url": {
|
|
75607
|
+
"type": "string"
|
|
75608
|
+
},
|
|
75609
|
+
"statuses_url": {
|
|
75610
|
+
"type": "string"
|
|
75611
|
+
},
|
|
75612
|
+
"subscribers_url": {
|
|
75613
|
+
"type": "string"
|
|
75614
|
+
},
|
|
75615
|
+
"subscription_url": {
|
|
75616
|
+
"type": "string"
|
|
75617
|
+
},
|
|
75618
|
+
"tags_url": {
|
|
75619
|
+
"type": "string"
|
|
75620
|
+
},
|
|
75621
|
+
"teams_url": {
|
|
75622
|
+
"type": "string"
|
|
75623
|
+
},
|
|
75624
|
+
"trees_url": {
|
|
75625
|
+
"type": "string"
|
|
75626
|
+
},
|
|
75627
|
+
"clone_url": {
|
|
75628
|
+
"type": "string"
|
|
75629
|
+
},
|
|
75630
|
+
"mirror_url": {
|
|
75631
|
+
"type": "string"
|
|
75632
|
+
},
|
|
75633
|
+
"hooks_url": {
|
|
75634
|
+
"type": "string"
|
|
75635
|
+
},
|
|
75636
|
+
"svn_url": {
|
|
75637
|
+
"type": "string"
|
|
75638
|
+
},
|
|
75639
|
+
"homepage": {
|
|
75640
|
+
"type": "string"
|
|
75641
|
+
},
|
|
75642
|
+
"language": {
|
|
75643
|
+
"type": "string"
|
|
75644
|
+
},
|
|
75645
|
+
"forks_count": {
|
|
75646
|
+
"type": "integer"
|
|
75647
|
+
},
|
|
75648
|
+
"stargazers_count": {
|
|
75649
|
+
"type": "integer"
|
|
75650
|
+
},
|
|
75651
|
+
"watchers_count": {
|
|
75652
|
+
"type": "integer"
|
|
75653
|
+
},
|
|
75654
|
+
"size": {
|
|
75655
|
+
"type": "integer"
|
|
75656
|
+
},
|
|
75657
|
+
"default_branch": {
|
|
75658
|
+
"type": "string"
|
|
75659
|
+
},
|
|
75660
|
+
"open_issues_count": {
|
|
75661
|
+
"type": "integer"
|
|
75662
|
+
},
|
|
75663
|
+
"is_template": {
|
|
75664
|
+
"type": "boolean"
|
|
75665
|
+
},
|
|
75666
|
+
"topics": {
|
|
75667
|
+
"type": "array",
|
|
75668
|
+
"items": {
|
|
75669
|
+
"type": "string"
|
|
75670
|
+
}
|
|
75671
|
+
},
|
|
75672
|
+
"has_issues": {
|
|
75673
|
+
"type": "boolean"
|
|
75674
|
+
},
|
|
75675
|
+
"has_projects": {
|
|
75676
|
+
"type": "boolean"
|
|
75677
|
+
},
|
|
75678
|
+
"has_wiki": {
|
|
75679
|
+
"type": "boolean"
|
|
75680
|
+
},
|
|
75681
|
+
"has_pages": {
|
|
75682
|
+
"type": "boolean"
|
|
75683
|
+
},
|
|
75684
|
+
"has_downloads": {
|
|
75685
|
+
"type": "boolean"
|
|
75686
|
+
},
|
|
75687
|
+
"archived": {
|
|
75688
|
+
"type": "boolean"
|
|
75689
|
+
},
|
|
75690
|
+
"disabled": {
|
|
75691
|
+
"type": "boolean"
|
|
75692
|
+
},
|
|
75693
|
+
"visibility": {
|
|
75694
|
+
"type": "string"
|
|
75695
|
+
},
|
|
75696
|
+
"pushed_at": {
|
|
75697
|
+
"type": "string"
|
|
75698
|
+
},
|
|
75699
|
+
"created_at": {
|
|
75700
|
+
"type": "string"
|
|
75701
|
+
},
|
|
75702
|
+
"updated_at": {
|
|
75703
|
+
"type": "string"
|
|
75704
|
+
},
|
|
75705
|
+
"permissions": {
|
|
75706
|
+
"type": "object",
|
|
75707
|
+
"properties": {
|
|
75708
|
+
"admin": {
|
|
75709
|
+
"type": "boolean"
|
|
75710
|
+
},
|
|
75711
|
+
"maintain": {
|
|
75712
|
+
"type": "boolean"
|
|
75713
|
+
},
|
|
75714
|
+
"push": {
|
|
75715
|
+
"type": "boolean"
|
|
75716
|
+
},
|
|
75717
|
+
"triage": {
|
|
75718
|
+
"type": "boolean"
|
|
75719
|
+
},
|
|
75720
|
+
"pull": {
|
|
75721
|
+
"type": "boolean"
|
|
75722
|
+
}
|
|
75723
|
+
}
|
|
75724
|
+
},
|
|
75725
|
+
"allow_rebase_merge": {
|
|
75726
|
+
"type": "boolean"
|
|
75727
|
+
},
|
|
75728
|
+
"temp_clone_token": {
|
|
75729
|
+
"type": "string"
|
|
75730
|
+
},
|
|
75731
|
+
"allow_squash_merge": {
|
|
75732
|
+
"type": "boolean"
|
|
75733
|
+
},
|
|
75734
|
+
"allow_auto_merge": {
|
|
75735
|
+
"type": "boolean"
|
|
75736
|
+
},
|
|
75737
|
+
"delete_branch_on_merge": {
|
|
75738
|
+
"type": "boolean"
|
|
75739
|
+
},
|
|
75740
|
+
"allow_update_branch": {
|
|
75741
|
+
"type": "boolean"
|
|
75742
|
+
},
|
|
75743
|
+
"allow_merge_commit": {
|
|
75744
|
+
"type": "boolean"
|
|
75745
|
+
},
|
|
75746
|
+
"subscribers_count": {
|
|
75747
|
+
"type": "integer"
|
|
75748
|
+
},
|
|
75749
|
+
"network_count": {
|
|
75750
|
+
"type": "integer"
|
|
75751
|
+
}
|
|
75752
|
+
}
|
|
75530
75753
|
},
|
|
75531
75754
|
"temp_clone_token": {
|
|
75532
75755
|
"type": "string"
|
|
@@ -75549,6 +75772,12 @@
|
|
|
75549
75772
|
"type": "boolean",
|
|
75550
75773
|
"example": false
|
|
75551
75774
|
},
|
|
75775
|
+
"allow_update_branch": {
|
|
75776
|
+
"description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.",
|
|
75777
|
+
"default": false,
|
|
75778
|
+
"type": "boolean",
|
|
75779
|
+
"example": false
|
|
75780
|
+
},
|
|
75552
75781
|
"allow_merge_commit": {
|
|
75553
75782
|
"description": "Whether to allow merge commits for pull requests.",
|
|
75554
75783
|
"default": true,
|
|
@@ -75557,15 +75786,12 @@
|
|
|
75557
75786
|
},
|
|
75558
75787
|
"allow_forking": {
|
|
75559
75788
|
"description": "Whether to allow forking this repo",
|
|
75560
|
-
"
|
|
75561
|
-
"type": "boolean",
|
|
75562
|
-
"example": false
|
|
75789
|
+
"type": "boolean"
|
|
75563
75790
|
},
|
|
75564
75791
|
"web_commit_signoff_required": {
|
|
75565
75792
|
"description": "Whether to require contributors to sign off on web-based commits",
|
|
75566
75793
|
"default": false,
|
|
75567
|
-
"type": "boolean"
|
|
75568
|
-
"example": false
|
|
75794
|
+
"type": "boolean"
|
|
75569
75795
|
},
|
|
75570
75796
|
"subscribers_count": {
|
|
75571
75797
|
"type": "integer"
|
|
@@ -75581,6 +75807,14 @@
|
|
|
75581
75807
|
},
|
|
75582
75808
|
"master_branch": {
|
|
75583
75809
|
"type": "string"
|
|
75810
|
+
},
|
|
75811
|
+
"starred_at": {
|
|
75812
|
+
"type": "string",
|
|
75813
|
+
"example": "\"2020-07-09T00:17:42Z\""
|
|
75814
|
+
},
|
|
75815
|
+
"anonymous_access_enabled": {
|
|
75816
|
+
"type": "boolean",
|
|
75817
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
75584
75818
|
}
|
|
75585
75819
|
},
|
|
75586
75820
|
"required": [
|
|
@@ -75657,230 +75891,8 @@
|
|
|
75657
75891
|
"watchers_count",
|
|
75658
75892
|
"created_at",
|
|
75659
75893
|
"updated_at"
|
|
75660
|
-
]
|
|
75661
|
-
|
|
75662
|
-
"project-card": {
|
|
75663
|
-
"title": "Project Card",
|
|
75664
|
-
"description": "Project cards represent a scope of work.",
|
|
75665
|
-
"type": "object",
|
|
75666
|
-
"properties": {
|
|
75667
|
-
"url": {
|
|
75668
|
-
"type": "string",
|
|
75669
|
-
"format": "uri",
|
|
75670
|
-
"example": "https://api.github.com/projects/columns/cards/1478"
|
|
75671
|
-
},
|
|
75672
|
-
"id": {
|
|
75673
|
-
"description": "The project card's ID",
|
|
75674
|
-
"example": 42,
|
|
75675
|
-
"type": "integer"
|
|
75676
|
-
},
|
|
75677
|
-
"node_id": {
|
|
75678
|
-
"type": "string",
|
|
75679
|
-
"example": "MDExOlByb2plY3RDYXJkMTQ3OA=="
|
|
75680
|
-
},
|
|
75681
|
-
"note": {
|
|
75682
|
-
"type": "string",
|
|
75683
|
-
"example": "Add payload for delete Project column",
|
|
75684
|
-
"nullable": true
|
|
75685
|
-
},
|
|
75686
|
-
"creator": {
|
|
75687
|
-
"$ref": "#/components/schemas/nullable-simple-user"
|
|
75688
|
-
},
|
|
75689
|
-
"created_at": {
|
|
75690
|
-
"type": "string",
|
|
75691
|
-
"format": "date-time",
|
|
75692
|
-
"example": "2016-09-05T14:21:06Z"
|
|
75693
|
-
},
|
|
75694
|
-
"updated_at": {
|
|
75695
|
-
"type": "string",
|
|
75696
|
-
"format": "date-time",
|
|
75697
|
-
"example": "2016-09-05T14:20:22Z"
|
|
75698
|
-
},
|
|
75699
|
-
"archived": {
|
|
75700
|
-
"description": "Whether or not the card is archived",
|
|
75701
|
-
"example": false,
|
|
75702
|
-
"type": "boolean"
|
|
75703
|
-
},
|
|
75704
|
-
"column_name": {
|
|
75705
|
-
"type": "string"
|
|
75706
|
-
},
|
|
75707
|
-
"project_id": {
|
|
75708
|
-
"type": "string"
|
|
75709
|
-
},
|
|
75710
|
-
"column_url": {
|
|
75711
|
-
"type": "string",
|
|
75712
|
-
"format": "uri",
|
|
75713
|
-
"example": "https://api.github.com/projects/columns/367"
|
|
75714
|
-
},
|
|
75715
|
-
"content_url": {
|
|
75716
|
-
"type": "string",
|
|
75717
|
-
"format": "uri",
|
|
75718
|
-
"example": "https://api.github.com/repos/api-playground/projects-test/issues/3"
|
|
75719
|
-
},
|
|
75720
|
-
"project_url": {
|
|
75721
|
-
"type": "string",
|
|
75722
|
-
"format": "uri",
|
|
75723
|
-
"example": "https://api.github.com/projects/120"
|
|
75724
|
-
}
|
|
75725
|
-
},
|
|
75726
|
-
"required": [
|
|
75727
|
-
"id",
|
|
75728
|
-
"node_id",
|
|
75729
|
-
"note",
|
|
75730
|
-
"url",
|
|
75731
|
-
"column_url",
|
|
75732
|
-
"project_url",
|
|
75733
|
-
"creator",
|
|
75734
|
-
"created_at",
|
|
75735
|
-
"updated_at"
|
|
75736
|
-
]
|
|
75737
|
-
},
|
|
75738
|
-
"project-column": {
|
|
75739
|
-
"title": "Project Column",
|
|
75740
|
-
"description": "Project columns contain cards of work.",
|
|
75741
|
-
"type": "object",
|
|
75742
|
-
"properties": {
|
|
75743
|
-
"url": {
|
|
75744
|
-
"type": "string",
|
|
75745
|
-
"format": "uri",
|
|
75746
|
-
"example": "https://api.github.com/projects/columns/367"
|
|
75747
|
-
},
|
|
75748
|
-
"project_url": {
|
|
75749
|
-
"type": "string",
|
|
75750
|
-
"format": "uri",
|
|
75751
|
-
"example": "https://api.github.com/projects/120"
|
|
75752
|
-
},
|
|
75753
|
-
"cards_url": {
|
|
75754
|
-
"type": "string",
|
|
75755
|
-
"format": "uri",
|
|
75756
|
-
"example": "https://api.github.com/projects/columns/367/cards"
|
|
75757
|
-
},
|
|
75758
|
-
"id": {
|
|
75759
|
-
"description": "The unique identifier of the project column",
|
|
75760
|
-
"example": 42,
|
|
75761
|
-
"type": "integer"
|
|
75762
|
-
},
|
|
75763
|
-
"node_id": {
|
|
75764
|
-
"type": "string",
|
|
75765
|
-
"example": "MDEzOlByb2plY3RDb2x1bW4zNjc="
|
|
75766
|
-
},
|
|
75767
|
-
"name": {
|
|
75768
|
-
"description": "Name of the project column",
|
|
75769
|
-
"example": "Remaining tasks",
|
|
75770
|
-
"type": "string"
|
|
75771
|
-
},
|
|
75772
|
-
"created_at": {
|
|
75773
|
-
"type": "string",
|
|
75774
|
-
"format": "date-time",
|
|
75775
|
-
"example": "2016-09-05T14:18:44Z"
|
|
75776
|
-
},
|
|
75777
|
-
"updated_at": {
|
|
75778
|
-
"type": "string",
|
|
75779
|
-
"format": "date-time",
|
|
75780
|
-
"example": "2016-09-05T14:22:28Z"
|
|
75781
|
-
}
|
|
75782
|
-
},
|
|
75783
|
-
"required": [
|
|
75784
|
-
"id",
|
|
75785
|
-
"node_id",
|
|
75786
|
-
"url",
|
|
75787
|
-
"project_url",
|
|
75788
|
-
"cards_url",
|
|
75789
|
-
"name",
|
|
75790
|
-
"created_at",
|
|
75791
|
-
"updated_at"
|
|
75792
|
-
]
|
|
75793
|
-
},
|
|
75794
|
-
"project-collaborator-permission": {
|
|
75795
|
-
"title": "Project Collaborator Permission",
|
|
75796
|
-
"description": "Project Collaborator Permission",
|
|
75797
|
-
"type": "object",
|
|
75798
|
-
"properties": {
|
|
75799
|
-
"permission": {
|
|
75800
|
-
"type": "string"
|
|
75801
|
-
},
|
|
75802
|
-
"user": {
|
|
75803
|
-
"$ref": "#/components/schemas/nullable-simple-user"
|
|
75804
|
-
}
|
|
75805
|
-
},
|
|
75806
|
-
"required": [
|
|
75807
|
-
"permission",
|
|
75808
|
-
"user"
|
|
75809
|
-
]
|
|
75810
|
-
},
|
|
75811
|
-
"rate-limit": {
|
|
75812
|
-
"title": "Rate Limit",
|
|
75813
|
-
"type": "object",
|
|
75814
|
-
"properties": {
|
|
75815
|
-
"limit": {
|
|
75816
|
-
"type": "integer"
|
|
75817
|
-
},
|
|
75818
|
-
"remaining": {
|
|
75819
|
-
"type": "integer"
|
|
75820
|
-
},
|
|
75821
|
-
"reset": {
|
|
75822
|
-
"type": "integer"
|
|
75823
|
-
},
|
|
75824
|
-
"used": {
|
|
75825
|
-
"type": "integer"
|
|
75826
|
-
}
|
|
75827
|
-
},
|
|
75828
|
-
"required": [
|
|
75829
|
-
"limit",
|
|
75830
|
-
"remaining",
|
|
75831
|
-
"reset",
|
|
75832
|
-
"used"
|
|
75833
|
-
]
|
|
75834
|
-
},
|
|
75835
|
-
"rate-limit-overview": {
|
|
75836
|
-
"title": "Rate Limit Overview",
|
|
75837
|
-
"description": "Rate Limit Overview",
|
|
75838
|
-
"type": "object",
|
|
75839
|
-
"properties": {
|
|
75840
|
-
"resources": {
|
|
75841
|
-
"type": "object",
|
|
75842
|
-
"properties": {
|
|
75843
|
-
"core": {
|
|
75844
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
75845
|
-
},
|
|
75846
|
-
"graphql": {
|
|
75847
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
75848
|
-
},
|
|
75849
|
-
"search": {
|
|
75850
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
75851
|
-
},
|
|
75852
|
-
"code_search": {
|
|
75853
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
75854
|
-
},
|
|
75855
|
-
"source_import": {
|
|
75856
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
75857
|
-
},
|
|
75858
|
-
"integration_manifest": {
|
|
75859
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
75860
|
-
},
|
|
75861
|
-
"code_scanning_upload": {
|
|
75862
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
75863
|
-
},
|
|
75864
|
-
"actions_runner_registration": {
|
|
75865
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
75866
|
-
},
|
|
75867
|
-
"scim": {
|
|
75868
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
75869
|
-
}
|
|
75870
|
-
},
|
|
75871
|
-
"required": [
|
|
75872
|
-
"core",
|
|
75873
|
-
"search"
|
|
75874
|
-
]
|
|
75875
|
-
},
|
|
75876
|
-
"rate": {
|
|
75877
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
75878
|
-
}
|
|
75879
|
-
},
|
|
75880
|
-
"required": [
|
|
75881
|
-
"rate",
|
|
75882
|
-
"resources"
|
|
75883
|
-
]
|
|
75894
|
+
],
|
|
75895
|
+
"nullable": true
|
|
75884
75896
|
},
|
|
75885
75897
|
"code-of-conduct-simple": {
|
|
75886
75898
|
"title": "Code Of Conduct Simple",
|
|
@@ -76569,7 +76581,8 @@
|
|
|
76569
76581
|
"enum": [
|
|
76570
76582
|
"queued",
|
|
76571
76583
|
"in_progress",
|
|
76572
|
-
"completed"
|
|
76584
|
+
"completed",
|
|
76585
|
+
"waiting"
|
|
76573
76586
|
]
|
|
76574
76587
|
},
|
|
76575
76588
|
"conclusion": {
|
|
@@ -87699,6 +87712,15 @@
|
|
|
87699
87712
|
"secret": {
|
|
87700
87713
|
"type": "string",
|
|
87701
87714
|
"description": "The secret that was detected."
|
|
87715
|
+
},
|
|
87716
|
+
"validity": {
|
|
87717
|
+
"type": "string",
|
|
87718
|
+
"description": "The token status as of the latest validity check.",
|
|
87719
|
+
"enum": [
|
|
87720
|
+
"active",
|
|
87721
|
+
"inactive",
|
|
87722
|
+
"unknown"
|
|
87723
|
+
]
|
|
87702
87724
|
}
|
|
87703
87725
|
}
|
|
87704
87726
|
},
|
|
@@ -90260,6 +90282,11 @@
|
|
|
90260
90282
|
"type": "string"
|
|
90261
90283
|
}
|
|
90262
90284
|
},
|
|
90285
|
+
"custom_properties": {
|
|
90286
|
+
"type": "object",
|
|
90287
|
+
"description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
|
|
90288
|
+
"additionalProperties": true
|
|
90289
|
+
},
|
|
90263
90290
|
"has_issues": {
|
|
90264
90291
|
"description": "Whether issues are enabled.",
|
|
90265
90292
|
"default": true,
|
|
@@ -92236,6 +92263,11 @@
|
|
|
92236
92263
|
"type": "string"
|
|
92237
92264
|
}
|
|
92238
92265
|
},
|
|
92266
|
+
"custom_properties": {
|
|
92267
|
+
"type": "object",
|
|
92268
|
+
"description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
|
|
92269
|
+
"additionalProperties": true
|
|
92270
|
+
},
|
|
92239
92271
|
"has_issues": {
|
|
92240
92272
|
"description": "Whether issues are enabled.",
|
|
92241
92273
|
"default": true,
|
|
@@ -108436,6 +108468,11 @@
|
|
|
108436
108468
|
}
|
|
108437
108469
|
]
|
|
108438
108470
|
},
|
|
108471
|
+
"custom_properties": {
|
|
108472
|
+
"type": "object",
|
|
108473
|
+
"description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
|
|
108474
|
+
"additionalProperties": true
|
|
108475
|
+
},
|
|
108439
108476
|
"default_branch": {
|
|
108440
108477
|
"description": "The default branch of the repository.",
|
|
108441
108478
|
"type": "string"
|
|
@@ -128334,6 +128371,11 @@
|
|
|
128334
128371
|
}
|
|
128335
128372
|
]
|
|
128336
128373
|
},
|
|
128374
|
+
"custom_properties": {
|
|
128375
|
+
"type": "object",
|
|
128376
|
+
"description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
|
|
128377
|
+
"additionalProperties": true
|
|
128378
|
+
},
|
|
128337
128379
|
"default_branch": {
|
|
128338
128380
|
"description": "The default branch of the repository.",
|
|
128339
128381
|
"type": "string"
|
|
@@ -133933,6 +133975,11 @@
|
|
|
133933
133975
|
}
|
|
133934
133976
|
]
|
|
133935
133977
|
},
|
|
133978
|
+
"custom_properties": {
|
|
133979
|
+
"type": "object",
|
|
133980
|
+
"description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
|
|
133981
|
+
"additionalProperties": true
|
|
133982
|
+
},
|
|
133936
133983
|
"default_branch": {
|
|
133937
133984
|
"description": "The default branch of the repository.",
|
|
133938
133985
|
"type": "string"
|
|
@@ -219563,6 +219610,11 @@
|
|
|
219563
219610
|
}
|
|
219564
219611
|
]
|
|
219565
219612
|
},
|
|
219613
|
+
"custom_properties": {
|
|
219614
|
+
"type": "object",
|
|
219615
|
+
"description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
|
|
219616
|
+
"additionalProperties": true
|
|
219617
|
+
},
|
|
219566
219618
|
"default_branch": {
|
|
219567
219619
|
"description": "The default branch of the repository.",
|
|
219568
219620
|
"type": "string"
|
|
@@ -228785,6 +228837,11 @@
|
|
|
228785
228837
|
}
|
|
228786
228838
|
]
|
|
228787
228839
|
},
|
|
228840
|
+
"custom_properties": {
|
|
228841
|
+
"type": "object",
|
|
228842
|
+
"description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
|
|
228843
|
+
"additionalProperties": true
|
|
228844
|
+
},
|
|
228788
228845
|
"default_branch": {
|
|
228789
228846
|
"description": "The default branch of the repository.",
|
|
228790
228847
|
"type": "string"
|
|
@@ -229548,6 +229605,11 @@
|
|
|
229548
229605
|
}
|
|
229549
229606
|
]
|
|
229550
229607
|
},
|
|
229608
|
+
"custom_properties": {
|
|
229609
|
+
"type": "object",
|
|
229610
|
+
"description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
|
|
229611
|
+
"additionalProperties": true
|
|
229612
|
+
},
|
|
229551
229613
|
"default_branch": {
|
|
229552
229614
|
"description": "The default branch of the repository.",
|
|
229553
229615
|
"type": "string"
|
|
@@ -230312,6 +230374,11 @@
|
|
|
230312
230374
|
}
|
|
230313
230375
|
]
|
|
230314
230376
|
},
|
|
230377
|
+
"custom_properties": {
|
|
230378
|
+
"type": "object",
|
|
230379
|
+
"description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
|
|
230380
|
+
"additionalProperties": true
|
|
230381
|
+
},
|
|
230315
230382
|
"default_branch": {
|
|
230316
230383
|
"description": "The default branch of the repository.",
|
|
230317
230384
|
"type": "string"
|
|
@@ -231162,6 +231229,11 @@
|
|
|
231162
231229
|
}
|
|
231163
231230
|
]
|
|
231164
231231
|
},
|
|
231232
|
+
"custom_properties": {
|
|
231233
|
+
"type": "object",
|
|
231234
|
+
"description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
|
|
231235
|
+
"additionalProperties": true
|
|
231236
|
+
},
|
|
231165
231237
|
"default_branch": {
|
|
231166
231238
|
"description": "The default branch of the repository.",
|
|
231167
231239
|
"type": "string"
|
|
@@ -231927,6 +231999,11 @@
|
|
|
231927
231999
|
}
|
|
231928
232000
|
]
|
|
231929
232001
|
},
|
|
232002
|
+
"custom_properties": {
|
|
232003
|
+
"type": "object",
|
|
232004
|
+
"description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
|
|
232005
|
+
"additionalProperties": true
|
|
232006
|
+
},
|
|
231930
232007
|
"default_branch": {
|
|
231931
232008
|
"description": "The default branch of the repository.",
|
|
231932
232009
|
"type": "string"
|
|
@@ -246020,130 +246097,6 @@
|
|
|
246020
246097
|
},
|
|
246021
246098
|
"role_name": "read",
|
|
246022
246099
|
"allow_rebase_merge": true,
|
|
246023
|
-
"template_repository": {
|
|
246024
|
-
"id": 1296269,
|
|
246025
|
-
"node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
|
|
246026
|
-
"name": "Hello-World-Template",
|
|
246027
|
-
"full_name": "octocat/Hello-World-Template",
|
|
246028
|
-
"owner": {
|
|
246029
|
-
"login": "octocat",
|
|
246030
|
-
"id": 1,
|
|
246031
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
246032
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
246033
|
-
"gravatar_id": "",
|
|
246034
|
-
"url": "https://api.github.com/users/octocat",
|
|
246035
|
-
"html_url": "https://github.com/octocat",
|
|
246036
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
246037
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
246038
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
246039
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
246040
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
246041
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
246042
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
246043
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
246044
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
246045
|
-
"type": "User",
|
|
246046
|
-
"site_admin": false
|
|
246047
|
-
},
|
|
246048
|
-
"private": false,
|
|
246049
|
-
"html_url": "https://github.com/octocat/Hello-World-Template",
|
|
246050
|
-
"description": "This your first repo!",
|
|
246051
|
-
"fork": false,
|
|
246052
|
-
"url": "https://api.github.com/repos/octocat/Hello-World-Template",
|
|
246053
|
-
"archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
|
|
246054
|
-
"assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
|
|
246055
|
-
"blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
|
|
246056
|
-
"branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
|
|
246057
|
-
"collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
|
|
246058
|
-
"comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
|
|
246059
|
-
"commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
|
|
246060
|
-
"compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
|
|
246061
|
-
"contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
|
|
246062
|
-
"contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
|
|
246063
|
-
"deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
|
|
246064
|
-
"downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
|
|
246065
|
-
"events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
|
|
246066
|
-
"forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
|
|
246067
|
-
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
|
|
246068
|
-
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
|
|
246069
|
-
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
|
|
246070
|
-
"git_url": "git:github.com/octocat/Hello-World-Template.git",
|
|
246071
|
-
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
|
|
246072
|
-
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
|
|
246073
|
-
"issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
|
|
246074
|
-
"keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
|
|
246075
|
-
"labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
|
|
246076
|
-
"languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
|
|
246077
|
-
"merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
|
|
246078
|
-
"milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
|
|
246079
|
-
"notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
|
|
246080
|
-
"pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
|
|
246081
|
-
"releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
|
|
246082
|
-
"ssh_url": "git@github.com:octocat/Hello-World-Template.git",
|
|
246083
|
-
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
|
|
246084
|
-
"statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
|
|
246085
|
-
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
|
|
246086
|
-
"subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
|
|
246087
|
-
"tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
|
|
246088
|
-
"teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
|
|
246089
|
-
"trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
|
|
246090
|
-
"clone_url": "https://github.com/octocat/Hello-World-Template.git",
|
|
246091
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World-Template",
|
|
246092
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
|
|
246093
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World-Template",
|
|
246094
|
-
"homepage": "https://github.com",
|
|
246095
|
-
"language": null,
|
|
246096
|
-
"forks": 9,
|
|
246097
|
-
"forks_count": 9,
|
|
246098
|
-
"stargazers_count": 80,
|
|
246099
|
-
"watchers_count": 80,
|
|
246100
|
-
"watchers": 80,
|
|
246101
|
-
"size": 108,
|
|
246102
|
-
"default_branch": "master",
|
|
246103
|
-
"open_issues": 0,
|
|
246104
|
-
"open_issues_count": 0,
|
|
246105
|
-
"is_template": true,
|
|
246106
|
-
"license": {
|
|
246107
|
-
"key": "mit",
|
|
246108
|
-
"name": "MIT License",
|
|
246109
|
-
"url": "https://api.github.com/licenses/mit",
|
|
246110
|
-
"spdx_id": "MIT",
|
|
246111
|
-
"node_id": "MDc6TGljZW5zZW1pdA==",
|
|
246112
|
-
"html_url": "https://api.github.com/licenses/mit"
|
|
246113
|
-
},
|
|
246114
|
-
"topics": [
|
|
246115
|
-
"octocat",
|
|
246116
|
-
"atom",
|
|
246117
|
-
"electron",
|
|
246118
|
-
"api"
|
|
246119
|
-
],
|
|
246120
|
-
"has_issues": true,
|
|
246121
|
-
"has_projects": true,
|
|
246122
|
-
"has_wiki": true,
|
|
246123
|
-
"has_pages": false,
|
|
246124
|
-
"has_downloads": true,
|
|
246125
|
-
"archived": false,
|
|
246126
|
-
"disabled": false,
|
|
246127
|
-
"visibility": "public",
|
|
246128
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
246129
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
246130
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
246131
|
-
"permissions": {
|
|
246132
|
-
"pull": true,
|
|
246133
|
-
"triage": false,
|
|
246134
|
-
"push": false,
|
|
246135
|
-
"maintain": false,
|
|
246136
|
-
"admin": false
|
|
246137
|
-
},
|
|
246138
|
-
"allow_rebase_merge": true,
|
|
246139
|
-
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
246140
|
-
"allow_squash_merge": true,
|
|
246141
|
-
"allow_auto_merge": false,
|
|
246142
|
-
"delete_branch_on_merge": true,
|
|
246143
|
-
"allow_merge_commit": true,
|
|
246144
|
-
"subscribers_count": 42,
|
|
246145
|
-
"network_count": 0
|
|
246146
|
-
},
|
|
246147
246100
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
246148
246101
|
"allow_squash_merge": true,
|
|
246149
246102
|
"allow_auto_merge": false,
|
|
@@ -247671,6 +247624,7 @@
|
|
|
247671
247624
|
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
|
|
247672
247625
|
"head_branch": "master",
|
|
247673
247626
|
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
|
|
247627
|
+
"path": ".github/workflows/build.yml@main",
|
|
247674
247628
|
"run_number": 562,
|
|
247675
247629
|
"event": "push",
|
|
247676
247630
|
"display_title": "Update README.md",
|
|
@@ -257114,7 +257068,8 @@
|
|
|
257114
257068
|
"locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/42/locations",
|
|
257115
257069
|
"state": "open",
|
|
257116
257070
|
"secret_type": "mailchimp_api_key",
|
|
257117
|
-
"secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2"
|
|
257071
|
+
"secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2",
|
|
257072
|
+
"validity": "unknown"
|
|
257118
257073
|
}
|
|
257119
257074
|
},
|
|
257120
257075
|
"secret-scanning-alert-resolved": {
|
|
@@ -257149,7 +257104,8 @@
|
|
|
257149
257104
|
},
|
|
257150
257105
|
"secret_type": "mailchimp_api_key",
|
|
257151
257106
|
"secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2",
|
|
257152
|
-
"resolution_comment": "Example comment"
|
|
257107
|
+
"resolution_comment": "Example comment",
|
|
257108
|
+
"validity": "unknown"
|
|
257153
257109
|
}
|
|
257154
257110
|
},
|
|
257155
257111
|
"secret-scanning-location-list": {
|
|
@@ -258536,130 +258492,6 @@
|
|
|
258536
258492
|
},
|
|
258537
258493
|
"role_name": "read",
|
|
258538
258494
|
"allow_rebase_merge": true,
|
|
258539
|
-
"template_repository": {
|
|
258540
|
-
"id": 1296269,
|
|
258541
|
-
"node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
|
|
258542
|
-
"name": "Hello-World-Template",
|
|
258543
|
-
"full_name": "octocat/Hello-World-Template",
|
|
258544
|
-
"owner": {
|
|
258545
|
-
"login": "octocat",
|
|
258546
|
-
"id": 1,
|
|
258547
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
258548
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
258549
|
-
"gravatar_id": "",
|
|
258550
|
-
"url": "https://api.github.com/users/octocat",
|
|
258551
|
-
"html_url": "https://github.com/octocat",
|
|
258552
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
258553
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
258554
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
258555
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
258556
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
258557
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
258558
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
258559
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
258560
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
258561
|
-
"type": "User",
|
|
258562
|
-
"site_admin": false
|
|
258563
|
-
},
|
|
258564
|
-
"private": false,
|
|
258565
|
-
"html_url": "https://github.com/octocat/Hello-World-Template",
|
|
258566
|
-
"description": "This your first repo!",
|
|
258567
|
-
"fork": false,
|
|
258568
|
-
"url": "https://api.github.com/repos/octocat/Hello-World-Template",
|
|
258569
|
-
"archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
|
|
258570
|
-
"assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
|
|
258571
|
-
"blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
|
|
258572
|
-
"branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
|
|
258573
|
-
"collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
|
|
258574
|
-
"comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
|
|
258575
|
-
"commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
|
|
258576
|
-
"compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
|
|
258577
|
-
"contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
|
|
258578
|
-
"contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
|
|
258579
|
-
"deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
|
|
258580
|
-
"downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
|
|
258581
|
-
"events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
|
|
258582
|
-
"forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
|
|
258583
|
-
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
|
|
258584
|
-
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
|
|
258585
|
-
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
|
|
258586
|
-
"git_url": "git:github.com/octocat/Hello-World-Template.git",
|
|
258587
|
-
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
|
|
258588
|
-
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
|
|
258589
|
-
"issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
|
|
258590
|
-
"keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
|
|
258591
|
-
"labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
|
|
258592
|
-
"languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
|
|
258593
|
-
"merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
|
|
258594
|
-
"milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
|
|
258595
|
-
"notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
|
|
258596
|
-
"pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
|
|
258597
|
-
"releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
|
|
258598
|
-
"ssh_url": "git@github.com:octocat/Hello-World-Template.git",
|
|
258599
|
-
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
|
|
258600
|
-
"statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
|
|
258601
|
-
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
|
|
258602
|
-
"subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
|
|
258603
|
-
"tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
|
|
258604
|
-
"teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
|
|
258605
|
-
"trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
|
|
258606
|
-
"clone_url": "https://github.com/octocat/Hello-World-Template.git",
|
|
258607
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World-Template",
|
|
258608
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
|
|
258609
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World-Template",
|
|
258610
|
-
"homepage": "https://github.com",
|
|
258611
|
-
"language": null,
|
|
258612
|
-
"forks": 9,
|
|
258613
|
-
"forks_count": 9,
|
|
258614
|
-
"stargazers_count": 80,
|
|
258615
|
-
"watchers_count": 80,
|
|
258616
|
-
"watchers": 80,
|
|
258617
|
-
"size": 108,
|
|
258618
|
-
"default_branch": "master",
|
|
258619
|
-
"open_issues": 0,
|
|
258620
|
-
"open_issues_count": 0,
|
|
258621
|
-
"is_template": true,
|
|
258622
|
-
"license": {
|
|
258623
|
-
"key": "mit",
|
|
258624
|
-
"name": "MIT License",
|
|
258625
|
-
"url": "https://api.github.com/licenses/mit",
|
|
258626
|
-
"spdx_id": "MIT",
|
|
258627
|
-
"node_id": "MDc6TGljZW5zZW1pdA==",
|
|
258628
|
-
"html_url": "https://api.github.com/licenses/mit"
|
|
258629
|
-
},
|
|
258630
|
-
"topics": [
|
|
258631
|
-
"octocat",
|
|
258632
|
-
"atom",
|
|
258633
|
-
"electron",
|
|
258634
|
-
"api"
|
|
258635
|
-
],
|
|
258636
|
-
"has_issues": true,
|
|
258637
|
-
"has_projects": true,
|
|
258638
|
-
"has_wiki": true,
|
|
258639
|
-
"has_pages": false,
|
|
258640
|
-
"has_downloads": true,
|
|
258641
|
-
"archived": false,
|
|
258642
|
-
"disabled": false,
|
|
258643
|
-
"visibility": "public",
|
|
258644
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
258645
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
258646
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
258647
|
-
"permissions": {
|
|
258648
|
-
"pull": true,
|
|
258649
|
-
"triage": false,
|
|
258650
|
-
"push": false,
|
|
258651
|
-
"maintain": false,
|
|
258652
|
-
"admin": false
|
|
258653
|
-
},
|
|
258654
|
-
"allow_rebase_merge": true,
|
|
258655
|
-
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
258656
|
-
"allow_squash_merge": true,
|
|
258657
|
-
"allow_auto_merge": false,
|
|
258658
|
-
"delete_branch_on_merge": true,
|
|
258659
|
-
"allow_merge_commit": true,
|
|
258660
|
-
"subscribers_count": 42,
|
|
258661
|
-
"network_count": 0
|
|
258662
|
-
},
|
|
258663
258495
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
258664
258496
|
"allow_squash_merge": true,
|
|
258665
258497
|
"allow_auto_merge": false,
|
|
@@ -262064,6 +261896,15 @@
|
|
|
262064
261896
|
"type": "string"
|
|
262065
261897
|
}
|
|
262066
261898
|
},
|
|
261899
|
+
"secret-scanning-alert-validity": {
|
|
261900
|
+
"name": "validity",
|
|
261901
|
+
"in": "query",
|
|
261902
|
+
"description": "A comma-separated list of validities that, when present, will return alerts that match the validities in this list. Valid options are `active`, `inactive`, and `unknown`.",
|
|
261903
|
+
"required": false,
|
|
261904
|
+
"schema": {
|
|
261905
|
+
"type": "string"
|
|
261906
|
+
}
|
|
261907
|
+
},
|
|
262067
261908
|
"gist-id": {
|
|
262068
261909
|
"name": "gist_id",
|
|
262069
261910
|
"description": "The unique identifier of the gist.",
|