@octokit/openapi 7.4.0 → 7.7.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 +2550 -227
- package/generated/api.github.com.json +1233 -110
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +31 -25
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +25 -14
- package/generated/ghes-3.2.deref.json +319 -242
- package/generated/ghes-3.2.json +558 -26
- package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +0 -16
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +187 -223
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +432 -10
- package/generated/ghes-3.3.deref.json +319 -244
- package/generated/ghes-3.3.json +558 -27
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +9 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +9 -1
- package/generated/ghes-3.4.deref.json +322 -230
- package/generated/ghes-3.4.json +566 -29
- package/generated/ghes-3.5-anicca-diff-to-ghes-3.6.deref.json +784 -135
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +46103 -29773
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +7990 -3300
- package/generated/ghes-3.5.deref.json +406 -242
- package/generated/ghes-3.5.json +650 -41
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +504 -89
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +18076 -6602
- package/generated/ghes-3.6-diff-to-api.github.com.json +6698 -4308
- package/generated/ghes-3.6.deref.json +1275 -241
- package/generated/ghes-3.6.json +839 -41
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +332 -32
- package/generated/github.ae-diff-to-api.github.com.deref.json +24643 -16633
- package/generated/github.ae-diff-to-api.github.com.json +1184 -30
- package/generated/github.ae.deref.json +1298 -163
- package/generated/github.ae.json +878 -35
- 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": "7.
|
|
4
|
+
"version": "7.7.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": {
|
|
@@ -2123,7 +2123,13 @@
|
|
|
2123
2123
|
"category": "apps",
|
|
2124
2124
|
"subcategory": null
|
|
2125
2125
|
},
|
|
2126
|
-
"x-octokit": {
|
|
2126
|
+
"x-octokit": {
|
|
2127
|
+
"diff": {
|
|
2128
|
+
"api.github.com": {
|
|
2129
|
+
"type": "changed"
|
|
2130
|
+
}
|
|
2131
|
+
}
|
|
2132
|
+
}
|
|
2127
2133
|
}
|
|
2128
2134
|
},
|
|
2129
2135
|
"/app/installations/{installation_id}": {
|
|
@@ -2169,7 +2175,13 @@
|
|
|
2169
2175
|
"category": "apps",
|
|
2170
2176
|
"subcategory": null
|
|
2171
2177
|
},
|
|
2172
|
-
"x-octokit": {
|
|
2178
|
+
"x-octokit": {
|
|
2179
|
+
"diff": {
|
|
2180
|
+
"api.github.com": {
|
|
2181
|
+
"type": "changed"
|
|
2182
|
+
}
|
|
2183
|
+
}
|
|
2184
|
+
}
|
|
2173
2185
|
},
|
|
2174
2186
|
"delete": {
|
|
2175
2187
|
"summary": "Delete an installation for the authenticated app",
|
|
@@ -2507,7 +2519,13 @@
|
|
|
2507
2519
|
"category": "apps",
|
|
2508
2520
|
"subcategory": "oauth-applications"
|
|
2509
2521
|
},
|
|
2510
|
-
"x-octokit": {
|
|
2522
|
+
"x-octokit": {
|
|
2523
|
+
"diff": {
|
|
2524
|
+
"api.github.com": {
|
|
2525
|
+
"type": "changed"
|
|
2526
|
+
}
|
|
2527
|
+
}
|
|
2528
|
+
}
|
|
2511
2529
|
},
|
|
2512
2530
|
"patch": {
|
|
2513
2531
|
"summary": "Reset a token",
|
|
@@ -2577,7 +2595,13 @@
|
|
|
2577
2595
|
"category": "apps",
|
|
2578
2596
|
"subcategory": "oauth-applications"
|
|
2579
2597
|
},
|
|
2580
|
-
"x-octokit": {
|
|
2598
|
+
"x-octokit": {
|
|
2599
|
+
"diff": {
|
|
2600
|
+
"api.github.com": {
|
|
2601
|
+
"type": "changed"
|
|
2602
|
+
}
|
|
2603
|
+
}
|
|
2604
|
+
}
|
|
2581
2605
|
},
|
|
2582
2606
|
"delete": {
|
|
2583
2607
|
"summary": "Delete an app token",
|
|
@@ -7456,9 +7480,38 @@
|
|
|
7456
7480
|
"description": "Whether organization members can fork private organization repositories.",
|
|
7457
7481
|
"default": false
|
|
7458
7482
|
},
|
|
7483
|
+
"web_commit_signoff_required": {
|
|
7484
|
+
"type": "boolean",
|
|
7485
|
+
"description": "Whether contributors to organization repositories are required to sign off on commits they make through GitHub's web interface.",
|
|
7486
|
+
"default": false
|
|
7487
|
+
},
|
|
7459
7488
|
"blog": {
|
|
7460
7489
|
"type": "string",
|
|
7461
7490
|
"example": "\"http://github.blog\""
|
|
7491
|
+
},
|
|
7492
|
+
"advanced_security_enabled_for_new_repositories": {
|
|
7493
|
+
"type": "boolean",
|
|
7494
|
+
"description": "Whether GitHub Advanced Security is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request."
|
|
7495
|
+
},
|
|
7496
|
+
"dependabot_alerts_enabled_for_new_repositories": {
|
|
7497
|
+
"type": "boolean",
|
|
7498
|
+
"description": "Whether Dependabot alerts is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request."
|
|
7499
|
+
},
|
|
7500
|
+
"dependabot_security_updates_enabled_for_new_repositories": {
|
|
7501
|
+
"type": "boolean",
|
|
7502
|
+
"description": "Whether Dependabot security updates is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request."
|
|
7503
|
+
},
|
|
7504
|
+
"dependency_graph_enabled_for_new_repositories": {
|
|
7505
|
+
"type": "boolean",
|
|
7506
|
+
"description": "Whether dependency graph is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request."
|
|
7507
|
+
},
|
|
7508
|
+
"secret_scanning_enabled_for_new_repositories": {
|
|
7509
|
+
"type": "boolean",
|
|
7510
|
+
"description": "Whether secret scanning is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request."
|
|
7511
|
+
},
|
|
7512
|
+
"secret_scanning_push_protection_enabled_for_new_repositories": {
|
|
7513
|
+
"type": "boolean",
|
|
7514
|
+
"description": "Whether secret scanning push protection is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request."
|
|
7462
7515
|
}
|
|
7463
7516
|
}
|
|
7464
7517
|
},
|
|
@@ -10057,7 +10110,13 @@
|
|
|
10057
10110
|
"category": "apps",
|
|
10058
10111
|
"subcategory": null
|
|
10059
10112
|
},
|
|
10060
|
-
"x-octokit": {
|
|
10113
|
+
"x-octokit": {
|
|
10114
|
+
"diff": {
|
|
10115
|
+
"api.github.com": {
|
|
10116
|
+
"type": "changed"
|
|
10117
|
+
}
|
|
10118
|
+
}
|
|
10119
|
+
}
|
|
10061
10120
|
}
|
|
10062
10121
|
},
|
|
10063
10122
|
"/orgs/{org}/installations": {
|
|
@@ -10126,7 +10185,13 @@
|
|
|
10126
10185
|
"category": "orgs",
|
|
10127
10186
|
"subcategory": null
|
|
10128
10187
|
},
|
|
10129
|
-
"x-octokit": {
|
|
10188
|
+
"x-octokit": {
|
|
10189
|
+
"diff": {
|
|
10190
|
+
"api.github.com": {
|
|
10191
|
+
"type": "changed"
|
|
10192
|
+
}
|
|
10193
|
+
}
|
|
10194
|
+
}
|
|
10130
10195
|
}
|
|
10131
10196
|
},
|
|
10132
10197
|
"/orgs/{org}/issues": {
|
|
@@ -15778,6 +15843,11 @@
|
|
|
15778
15843
|
"type": "boolean",
|
|
15779
15844
|
"description": "Either `true` to allow private forks, or `false` to prevent private forks.",
|
|
15780
15845
|
"default": false
|
|
15846
|
+
},
|
|
15847
|
+
"web_commit_signoff_required": {
|
|
15848
|
+
"type": "boolean",
|
|
15849
|
+
"description": "Either `true` to require contributors to sign off on web-based commits, or `false` to not require contributors to sign off on web-based commits.",
|
|
15850
|
+
"default": false
|
|
15781
15851
|
}
|
|
15782
15852
|
}
|
|
15783
15853
|
},
|
|
@@ -18691,6 +18761,11 @@
|
|
|
18691
18761
|
"application/json": {
|
|
18692
18762
|
"schema": {
|
|
18693
18763
|
"$ref": "#/components/schemas/branch-with-protection"
|
|
18764
|
+
},
|
|
18765
|
+
"examples": {
|
|
18766
|
+
"default": {
|
|
18767
|
+
"$ref": "#/components/examples/branch-get"
|
|
18768
|
+
}
|
|
18694
18769
|
}
|
|
18695
18770
|
}
|
|
18696
18771
|
}
|
|
@@ -19033,6 +19108,11 @@
|
|
|
19033
19108
|
"application/json": {
|
|
19034
19109
|
"schema": {
|
|
19035
19110
|
"$ref": "#/components/schemas/protected-branch"
|
|
19111
|
+
},
|
|
19112
|
+
"examples": {
|
|
19113
|
+
"default": {
|
|
19114
|
+
"$ref": "#/components/examples/branch-protection-update"
|
|
19115
|
+
}
|
|
19036
19116
|
}
|
|
19037
19117
|
}
|
|
19038
19118
|
}
|
|
@@ -19907,7 +19987,7 @@
|
|
|
19907
19987
|
"properties": {
|
|
19908
19988
|
"contexts": {
|
|
19909
19989
|
"type": "array",
|
|
19910
|
-
"description": "
|
|
19990
|
+
"description": "The name of the status checks",
|
|
19911
19991
|
"items": {
|
|
19912
19992
|
"type": "string"
|
|
19913
19993
|
}
|
|
@@ -19923,6 +20003,17 @@
|
|
|
19923
20003
|
}
|
|
19924
20004
|
}
|
|
19925
20005
|
]
|
|
20006
|
+
},
|
|
20007
|
+
"examples": {
|
|
20008
|
+
"default": {
|
|
20009
|
+
"summary": "Example adding status checks to a branch protection rule",
|
|
20010
|
+
"value": {
|
|
20011
|
+
"contexts": [
|
|
20012
|
+
"continuous-integration/travis-ci",
|
|
20013
|
+
"continuous-integration/jenkins"
|
|
20014
|
+
]
|
|
20015
|
+
}
|
|
20016
|
+
}
|
|
19926
20017
|
}
|
|
19927
20018
|
}
|
|
19928
20019
|
}
|
|
@@ -20001,7 +20092,7 @@
|
|
|
20001
20092
|
"properties": {
|
|
20002
20093
|
"contexts": {
|
|
20003
20094
|
"type": "array",
|
|
20004
|
-
"description": "
|
|
20095
|
+
"description": "The name of the status checks",
|
|
20005
20096
|
"items": {
|
|
20006
20097
|
"type": "string"
|
|
20007
20098
|
}
|
|
@@ -20017,6 +20108,16 @@
|
|
|
20017
20108
|
}
|
|
20018
20109
|
}
|
|
20019
20110
|
]
|
|
20111
|
+
},
|
|
20112
|
+
"examples": {
|
|
20113
|
+
"default": {
|
|
20114
|
+
"summary": "Example updating status checks for a branch protection rule",
|
|
20115
|
+
"value": {
|
|
20116
|
+
"contexts": [
|
|
20117
|
+
"continuous-integration/travis-ci"
|
|
20118
|
+
]
|
|
20119
|
+
}
|
|
20120
|
+
}
|
|
20020
20121
|
}
|
|
20021
20122
|
}
|
|
20022
20123
|
}
|
|
@@ -20090,7 +20191,7 @@
|
|
|
20090
20191
|
"properties": {
|
|
20091
20192
|
"contexts": {
|
|
20092
20193
|
"type": "array",
|
|
20093
|
-
"description": "
|
|
20194
|
+
"description": "The name of the status checks",
|
|
20094
20195
|
"items": {
|
|
20095
20196
|
"type": "string"
|
|
20096
20197
|
}
|
|
@@ -20106,6 +20207,16 @@
|
|
|
20106
20207
|
}
|
|
20107
20208
|
}
|
|
20108
20209
|
]
|
|
20210
|
+
},
|
|
20211
|
+
"examples": {
|
|
20212
|
+
"default": {
|
|
20213
|
+
"summary": "Example removing status checks from a branch protection rule",
|
|
20214
|
+
"value": {
|
|
20215
|
+
"contexts": [
|
|
20216
|
+
"continuous-integration/travis-ci"
|
|
20217
|
+
]
|
|
20218
|
+
}
|
|
20219
|
+
}
|
|
20109
20220
|
}
|
|
20110
20221
|
}
|
|
20111
20222
|
}
|
|
@@ -20631,7 +20742,7 @@
|
|
|
20631
20742
|
"properties": {
|
|
20632
20743
|
"teams": {
|
|
20633
20744
|
"type": "array",
|
|
20634
|
-
"description": "teams
|
|
20745
|
+
"description": "The slug values for teams",
|
|
20635
20746
|
"items": {
|
|
20636
20747
|
"type": "string"
|
|
20637
20748
|
}
|
|
@@ -20647,6 +20758,16 @@
|
|
|
20647
20758
|
}
|
|
20648
20759
|
}
|
|
20649
20760
|
]
|
|
20761
|
+
},
|
|
20762
|
+
"examples": {
|
|
20763
|
+
"default": {
|
|
20764
|
+
"summary": "Example adding a team in a branch protection rule",
|
|
20765
|
+
"value": {
|
|
20766
|
+
"teams": [
|
|
20767
|
+
"justice-league"
|
|
20768
|
+
]
|
|
20769
|
+
}
|
|
20770
|
+
}
|
|
20650
20771
|
}
|
|
20651
20772
|
}
|
|
20652
20773
|
}
|
|
@@ -20716,7 +20837,7 @@
|
|
|
20716
20837
|
"properties": {
|
|
20717
20838
|
"teams": {
|
|
20718
20839
|
"type": "array",
|
|
20719
|
-
"description": "teams
|
|
20840
|
+
"description": "The slug values for teams",
|
|
20720
20841
|
"items": {
|
|
20721
20842
|
"type": "string"
|
|
20722
20843
|
}
|
|
@@ -20727,11 +20848,21 @@
|
|
|
20727
20848
|
],
|
|
20728
20849
|
"example": {
|
|
20729
20850
|
"teams": [
|
|
20730
|
-
"
|
|
20851
|
+
"justice-league"
|
|
20731
20852
|
]
|
|
20732
20853
|
}
|
|
20733
20854
|
}
|
|
20734
20855
|
]
|
|
20856
|
+
},
|
|
20857
|
+
"examples": {
|
|
20858
|
+
"default": {
|
|
20859
|
+
"summary": "Example replacing a team in a branch protection rule",
|
|
20860
|
+
"value": {
|
|
20861
|
+
"teams": [
|
|
20862
|
+
"justice-league"
|
|
20863
|
+
]
|
|
20864
|
+
}
|
|
20865
|
+
}
|
|
20735
20866
|
}
|
|
20736
20867
|
}
|
|
20737
20868
|
}
|
|
@@ -20800,7 +20931,7 @@
|
|
|
20800
20931
|
"properties": {
|
|
20801
20932
|
"teams": {
|
|
20802
20933
|
"type": "array",
|
|
20803
|
-
"description": "teams
|
|
20934
|
+
"description": "The slug values for teams",
|
|
20804
20935
|
"items": {
|
|
20805
20936
|
"type": "string"
|
|
20806
20937
|
}
|
|
@@ -20816,6 +20947,16 @@
|
|
|
20816
20947
|
}
|
|
20817
20948
|
}
|
|
20818
20949
|
]
|
|
20950
|
+
},
|
|
20951
|
+
"examples": {
|
|
20952
|
+
"default": {
|
|
20953
|
+
"summary": "Example removing a team in a branch protection rule",
|
|
20954
|
+
"value": {
|
|
20955
|
+
"teams": [
|
|
20956
|
+
"justice-league"
|
|
20957
|
+
]
|
|
20958
|
+
}
|
|
20959
|
+
}
|
|
20819
20960
|
}
|
|
20820
20961
|
}
|
|
20821
20962
|
}
|
|
@@ -20940,7 +21081,7 @@
|
|
|
20940
21081
|
"properties": {
|
|
20941
21082
|
"users": {
|
|
20942
21083
|
"type": "array",
|
|
20943
|
-
"description": "users
|
|
21084
|
+
"description": "The username for users",
|
|
20944
21085
|
"items": {
|
|
20945
21086
|
"type": "string"
|
|
20946
21087
|
}
|
|
@@ -20956,6 +21097,16 @@
|
|
|
20956
21097
|
}
|
|
20957
21098
|
}
|
|
20958
21099
|
]
|
|
21100
|
+
},
|
|
21101
|
+
"examples": {
|
|
21102
|
+
"default": {
|
|
21103
|
+
"summary": "Example adding a user in a branch protection rule",
|
|
21104
|
+
"value": {
|
|
21105
|
+
"users": [
|
|
21106
|
+
"octocat"
|
|
21107
|
+
]
|
|
21108
|
+
}
|
|
21109
|
+
}
|
|
20959
21110
|
}
|
|
20960
21111
|
}
|
|
20961
21112
|
}
|
|
@@ -21025,7 +21176,7 @@
|
|
|
21025
21176
|
"properties": {
|
|
21026
21177
|
"users": {
|
|
21027
21178
|
"type": "array",
|
|
21028
|
-
"description": "users
|
|
21179
|
+
"description": "The username for users",
|
|
21029
21180
|
"items": {
|
|
21030
21181
|
"type": "string"
|
|
21031
21182
|
}
|
|
@@ -21041,6 +21192,16 @@
|
|
|
21041
21192
|
}
|
|
21042
21193
|
}
|
|
21043
21194
|
]
|
|
21195
|
+
},
|
|
21196
|
+
"examples": {
|
|
21197
|
+
"default": {
|
|
21198
|
+
"summary": "Example replacing a user in a branch protection rule",
|
|
21199
|
+
"value": {
|
|
21200
|
+
"users": [
|
|
21201
|
+
"octocat"
|
|
21202
|
+
]
|
|
21203
|
+
}
|
|
21204
|
+
}
|
|
21044
21205
|
}
|
|
21045
21206
|
}
|
|
21046
21207
|
}
|
|
@@ -21109,7 +21270,7 @@
|
|
|
21109
21270
|
"properties": {
|
|
21110
21271
|
"users": {
|
|
21111
21272
|
"type": "array",
|
|
21112
|
-
"description": "users
|
|
21273
|
+
"description": "The username for users",
|
|
21113
21274
|
"items": {
|
|
21114
21275
|
"type": "string"
|
|
21115
21276
|
}
|
|
@@ -21125,6 +21286,16 @@
|
|
|
21125
21286
|
}
|
|
21126
21287
|
}
|
|
21127
21288
|
]
|
|
21289
|
+
},
|
|
21290
|
+
"examples": {
|
|
21291
|
+
"default": {
|
|
21292
|
+
"summary": "Example removing a user in a branch protection rule",
|
|
21293
|
+
"value": {
|
|
21294
|
+
"users": [
|
|
21295
|
+
"octocat"
|
|
21296
|
+
]
|
|
21297
|
+
}
|
|
21298
|
+
}
|
|
21128
21299
|
}
|
|
21129
21300
|
}
|
|
21130
21301
|
}
|
|
@@ -22764,6 +22935,22 @@
|
|
|
22764
22935
|
"schema": {
|
|
22765
22936
|
"$ref": "#/components/schemas/code-scanning-analysis-sarif-id"
|
|
22766
22937
|
}
|
|
22938
|
+
},
|
|
22939
|
+
{
|
|
22940
|
+
"$ref": "#/components/parameters/direction"
|
|
22941
|
+
},
|
|
22942
|
+
{
|
|
22943
|
+
"name": "sort",
|
|
22944
|
+
"description": "The property by which to sort the results.",
|
|
22945
|
+
"in": "query",
|
|
22946
|
+
"required": false,
|
|
22947
|
+
"schema": {
|
|
22948
|
+
"type": "string",
|
|
22949
|
+
"enum": [
|
|
22950
|
+
"created"
|
|
22951
|
+
],
|
|
22952
|
+
"default": "created"
|
|
22953
|
+
}
|
|
22767
22954
|
}
|
|
22768
22955
|
],
|
|
22769
22956
|
"responses": {
|
|
@@ -24855,7 +25042,7 @@
|
|
|
24855
25042
|
"/repos/{owner}/{repo}/contents/{path}": {
|
|
24856
25043
|
"get": {
|
|
24857
25044
|
"summary": "Get repository content",
|
|
24858
|
-
"description": "Gets the contents of a file or directory in a repository. Specify the file path or directory in `:path`. If you omit\n`:path`, you will receive the contents of the repository's root directory. See the description below regarding what the API response includes for directories. \n\nFiles and symlinks support [a custom media type](https://docs.github.com/github-ae@latest/rest/reference/repos#custom-media-types) for\nretrieving the raw content or rendered HTML (when supported). All content types support [a custom media\ntype](https://docs.github.com/github-ae@latest/rest/reference/repos#custom-media-types) to ensure the content is returned in a consistent\nobject format.\n\n**
|
|
25045
|
+
"description": "Gets the contents of a file or directory in a repository. Specify the file path or directory in `:path`. If you omit\n`:path`, you will receive the contents of the repository's root directory. See the description below regarding what the API response includes for directories. \n\nFiles and symlinks support [a custom media type](https://docs.github.com/github-ae@latest/rest/reference/repos#custom-media-types) for\nretrieving the raw content or rendered HTML (when supported). All content types support [a custom media\ntype](https://docs.github.com/github-ae@latest/rest/reference/repos#custom-media-types) to ensure the content is returned in a consistent\nobject format.\n\n**Notes**:\n* To get a repository's contents recursively, you can [recursively get the tree](https://docs.github.com/github-ae@latest/rest/reference/git#trees).\n* This API has an upper limit of 1,000 files for a directory. If you need to retrieve more files, use the [Git Trees\nAPI](https://docs.github.com/github-ae@latest/rest/reference/git#get-a-tree).\n * Download URLs expire and are meant to be used just once. To ensure the download URL does not expire, please use the contents API to obtain a fresh download URL for each download. \n* This API supports files up to 1 megabyte in size.\n\n#### If the content is a directory\nThe response will be an array of objects, one object for each item in the directory.\nWhen listing the contents of a directory, submodules have their \"type\" specified as \"file\". Logically, the value\n_should_ be \"submodule\". This behavior exists in API v3 [for backwards compatibility purposes](https://git.io/v1YCW).\nIn the next major version of the API, the type will be returned as \"submodule\".\n\n#### If the content is a symlink \nIf the requested `:path` points to a symlink, and the symlink's target is a normal file in the repository, then the\nAPI responds with the content of the file (in the format shown in the example. Otherwise, the API responds with an object \ndescribing the symlink itself.\n\n#### If the content is a submodule\nThe `submodule_git_url` identifies the location of the submodule repository, and the `sha` identifies a specific\ncommit within the submodule repository. Git uses the given URL when cloning the submodule repository, and checks out\nthe submodule at that specific commit.\n\nIf the submodule repository is not hosted on github.com, the Git URLs (`git_url` and `_links[\"git\"]`) and the\ngithub.com URLs (`html_url` and `_links[\"html\"]`) will have null values.",
|
|
24859
25046
|
"tags": [
|
|
24860
25047
|
"repos"
|
|
24861
25048
|
],
|
|
@@ -28801,7 +28988,13 @@
|
|
|
28801
28988
|
"category": "apps",
|
|
28802
28989
|
"subcategory": null
|
|
28803
28990
|
},
|
|
28804
|
-
"x-octokit": {
|
|
28991
|
+
"x-octokit": {
|
|
28992
|
+
"diff": {
|
|
28993
|
+
"api.github.com": {
|
|
28994
|
+
"type": "changed"
|
|
28995
|
+
}
|
|
28996
|
+
}
|
|
28997
|
+
}
|
|
28805
28998
|
}
|
|
28806
28999
|
},
|
|
28807
29000
|
"/repos/{owner}/{repo}/invitations": {
|
|
@@ -28912,6 +29105,14 @@
|
|
|
28912
29105
|
]
|
|
28913
29106
|
}
|
|
28914
29107
|
}
|
|
29108
|
+
},
|
|
29109
|
+
"examples": {
|
|
29110
|
+
"default": {
|
|
29111
|
+
"summary": "Example request body",
|
|
29112
|
+
"value": {
|
|
29113
|
+
"permissions": "write"
|
|
29114
|
+
}
|
|
29115
|
+
}
|
|
28915
29116
|
}
|
|
28916
29117
|
}
|
|
28917
29118
|
}
|
|
@@ -30061,6 +30262,12 @@
|
|
|
30061
30262
|
"closed"
|
|
30062
30263
|
]
|
|
30063
30264
|
},
|
|
30265
|
+
"state_reason": {
|
|
30266
|
+
"type": "string",
|
|
30267
|
+
"nullable": true,
|
|
30268
|
+
"description": "The reason for the current state",
|
|
30269
|
+
"example": "not_planned"
|
|
30270
|
+
},
|
|
30064
30271
|
"milestone": {
|
|
30065
30272
|
"oneOf": [
|
|
30066
30273
|
{
|
|
@@ -42556,7 +42763,13 @@
|
|
|
42556
42763
|
"category": "apps",
|
|
42557
42764
|
"subcategory": "installations"
|
|
42558
42765
|
},
|
|
42559
|
-
"x-octokit": {
|
|
42766
|
+
"x-octokit": {
|
|
42767
|
+
"diff": {
|
|
42768
|
+
"api.github.com": {
|
|
42769
|
+
"type": "changed"
|
|
42770
|
+
}
|
|
42771
|
+
}
|
|
42772
|
+
}
|
|
42560
42773
|
}
|
|
42561
42774
|
},
|
|
42562
42775
|
"/user/installations/{installation_id}/repositories": {
|
|
@@ -45364,7 +45577,13 @@
|
|
|
45364
45577
|
"category": "apps",
|
|
45365
45578
|
"subcategory": null
|
|
45366
45579
|
},
|
|
45367
|
-
"x-octokit": {
|
|
45580
|
+
"x-octokit": {
|
|
45581
|
+
"diff": {
|
|
45582
|
+
"api.github.com": {
|
|
45583
|
+
"type": "changed"
|
|
45584
|
+
}
|
|
45585
|
+
}
|
|
45586
|
+
}
|
|
45368
45587
|
}
|
|
45369
45588
|
},
|
|
45370
45589
|
"/users/{username}/keys": {
|
|
@@ -48263,6 +48482,28 @@
|
|
|
48263
48482
|
}
|
|
48264
48483
|
}
|
|
48265
48484
|
},
|
|
48485
|
+
"/orgs/{org}/{security_product}/{enablement}": {
|
|
48486
|
+
"post": {
|
|
48487
|
+
"summary": "Enable or disable a security feature for an organization",
|
|
48488
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
48489
|
+
"tags": [
|
|
48490
|
+
"orgs"
|
|
48491
|
+
],
|
|
48492
|
+
"operationId": "orgs/enable-or-disable-security-product-on-all-org-repos",
|
|
48493
|
+
"externalDocs": {
|
|
48494
|
+
"description": "API method documentation",
|
|
48495
|
+
"url": "https://docs.github.com/rest/reference/orgs#enable-or-disable-security-product-on-all-org-repos"
|
|
48496
|
+
},
|
|
48497
|
+
"x-octokit": {
|
|
48498
|
+
"api.github.com": "removed"
|
|
48499
|
+
},
|
|
48500
|
+
"responses": {
|
|
48501
|
+
"501": {
|
|
48502
|
+
"description": "Not Implemented"
|
|
48503
|
+
}
|
|
48504
|
+
}
|
|
48505
|
+
}
|
|
48506
|
+
},
|
|
48266
48507
|
"/repos/{owner}/{repo}/actions/cache/usage": {
|
|
48267
48508
|
"get": {
|
|
48268
48509
|
"summary": "Get GitHub Actions cache usage for a repository",
|
|
@@ -51154,6 +51395,90 @@
|
|
|
51154
51395
|
}
|
|
51155
51396
|
}
|
|
51156
51397
|
},
|
|
51398
|
+
"/user/ssh_signing_keys": {
|
|
51399
|
+
"get": {
|
|
51400
|
+
"summary": "List SSH signing keys for the authenticated user",
|
|
51401
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
51402
|
+
"tags": [
|
|
51403
|
+
"users"
|
|
51404
|
+
],
|
|
51405
|
+
"operationId": "users/list-ssh-signing-keys-for-authenticated-user",
|
|
51406
|
+
"externalDocs": {
|
|
51407
|
+
"description": "API method documentation",
|
|
51408
|
+
"url": "https://docs.github.com/rest/reference/users#list-public-ssh-signing-keys-for-the-authenticated-user"
|
|
51409
|
+
},
|
|
51410
|
+
"x-octokit": {
|
|
51411
|
+
"api.github.com": "removed"
|
|
51412
|
+
},
|
|
51413
|
+
"responses": {
|
|
51414
|
+
"501": {
|
|
51415
|
+
"description": "Not Implemented"
|
|
51416
|
+
}
|
|
51417
|
+
}
|
|
51418
|
+
},
|
|
51419
|
+
"post": {
|
|
51420
|
+
"summary": "Create a SSH signing key for the authenticated user",
|
|
51421
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
51422
|
+
"operationId": "users/create-ssh-signing-key-for-authenticated-user",
|
|
51423
|
+
"tags": [
|
|
51424
|
+
"users"
|
|
51425
|
+
],
|
|
51426
|
+
"externalDocs": {
|
|
51427
|
+
"description": "API method documentation",
|
|
51428
|
+
"url": "https://docs.github.com/rest/reference/users#create-an-ssh-signing-key-for-the-authenticated-user"
|
|
51429
|
+
},
|
|
51430
|
+
"x-octokit": {
|
|
51431
|
+
"api.github.com": "removed"
|
|
51432
|
+
},
|
|
51433
|
+
"responses": {
|
|
51434
|
+
"501": {
|
|
51435
|
+
"description": "Not Implemented"
|
|
51436
|
+
}
|
|
51437
|
+
}
|
|
51438
|
+
}
|
|
51439
|
+
},
|
|
51440
|
+
"/user/ssh_signing_keys/{ssh_signing_key_id}": {
|
|
51441
|
+
"get": {
|
|
51442
|
+
"summary": "Get an SSH signing key for the authenticated user",
|
|
51443
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
51444
|
+
"tags": [
|
|
51445
|
+
"users"
|
|
51446
|
+
],
|
|
51447
|
+
"operationId": "users/get-ssh-signing-key-for-authenticated-user",
|
|
51448
|
+
"externalDocs": {
|
|
51449
|
+
"description": "API method documentation",
|
|
51450
|
+
"url": "https://docs.github.com/rest/reference/users#get-a-ssh-signing-key-for-the-authenticated-user"
|
|
51451
|
+
},
|
|
51452
|
+
"x-octokit": {
|
|
51453
|
+
"api.github.com": "removed"
|
|
51454
|
+
},
|
|
51455
|
+
"responses": {
|
|
51456
|
+
"501": {
|
|
51457
|
+
"description": "Not Implemented"
|
|
51458
|
+
}
|
|
51459
|
+
}
|
|
51460
|
+
},
|
|
51461
|
+
"delete": {
|
|
51462
|
+
"summary": "Delete an SSH signing key for the authenticated user",
|
|
51463
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
51464
|
+
"tags": [
|
|
51465
|
+
"users"
|
|
51466
|
+
],
|
|
51467
|
+
"operationId": "users/delete-ssh-signing-key-for-authenticated-user",
|
|
51468
|
+
"externalDocs": {
|
|
51469
|
+
"description": "API method documentation",
|
|
51470
|
+
"url": "https://docs.github.com/rest/reference/users#delete-a-ssh-signing-key-for-the-authenticated-user"
|
|
51471
|
+
},
|
|
51472
|
+
"x-octokit": {
|
|
51473
|
+
"api.github.com": "removed"
|
|
51474
|
+
},
|
|
51475
|
+
"responses": {
|
|
51476
|
+
"501": {
|
|
51477
|
+
"description": "Not Implemented"
|
|
51478
|
+
}
|
|
51479
|
+
}
|
|
51480
|
+
}
|
|
51481
|
+
},
|
|
51157
51482
|
"/users/{username}/events/public": {
|
|
51158
51483
|
"get": {
|
|
51159
51484
|
"summary": "List public events for a user",
|
|
@@ -51457,6 +51782,28 @@
|
|
|
51457
51782
|
}
|
|
51458
51783
|
}
|
|
51459
51784
|
}
|
|
51785
|
+
},
|
|
51786
|
+
"/users/{username}/ssh_signing_keys": {
|
|
51787
|
+
"get": {
|
|
51788
|
+
"summary": "List SSH signing keys for a user",
|
|
51789
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
51790
|
+
"tags": [
|
|
51791
|
+
"users"
|
|
51792
|
+
],
|
|
51793
|
+
"operationId": "users/list-ssh-signing-keys-for-user",
|
|
51794
|
+
"externalDocs": {
|
|
51795
|
+
"description": "API method documentation",
|
|
51796
|
+
"url": "https://docs.github.com/rest/reference/users#list-ssh-signing-keys-for-a-user"
|
|
51797
|
+
},
|
|
51798
|
+
"x-octokit": {
|
|
51799
|
+
"api.github.com": "removed"
|
|
51800
|
+
},
|
|
51801
|
+
"responses": {
|
|
51802
|
+
"501": {
|
|
51803
|
+
"description": "Not Implemented"
|
|
51804
|
+
}
|
|
51805
|
+
}
|
|
51806
|
+
}
|
|
51460
51807
|
}
|
|
51461
51808
|
},
|
|
51462
51809
|
"components": {
|
|
@@ -52077,14 +52424,6 @@
|
|
|
52077
52424
|
"write"
|
|
52078
52425
|
]
|
|
52079
52426
|
},
|
|
52080
|
-
"organization_custom_roles": {
|
|
52081
|
-
"type": "string",
|
|
52082
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
52083
|
-
"enum": [
|
|
52084
|
-
"read",
|
|
52085
|
-
"write"
|
|
52086
|
-
]
|
|
52087
|
-
},
|
|
52088
52427
|
"deployments": {
|
|
52089
52428
|
"type": "string",
|
|
52090
52429
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -54070,6 +54409,11 @@
|
|
|
54070
54409
|
"description": "Whether to allow forking this repo",
|
|
54071
54410
|
"type": "boolean"
|
|
54072
54411
|
},
|
|
54412
|
+
"web_commit_signoff_required": {
|
|
54413
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
54414
|
+
"default": false,
|
|
54415
|
+
"type": "boolean"
|
|
54416
|
+
},
|
|
54073
54417
|
"subscribers_count": {
|
|
54074
54418
|
"type": "integer"
|
|
54075
54419
|
},
|
|
@@ -57325,6 +57669,11 @@
|
|
|
57325
57669
|
"description": "Whether to allow forking this repo",
|
|
57326
57670
|
"type": "boolean"
|
|
57327
57671
|
},
|
|
57672
|
+
"web_commit_signoff_required": {
|
|
57673
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
57674
|
+
"default": false,
|
|
57675
|
+
"type": "boolean"
|
|
57676
|
+
},
|
|
57328
57677
|
"subscribers_count": {
|
|
57329
57678
|
"type": "integer"
|
|
57330
57679
|
},
|
|
@@ -57794,6 +58143,10 @@
|
|
|
57794
58143
|
},
|
|
57795
58144
|
"allow_forking": {
|
|
57796
58145
|
"type": "boolean"
|
|
58146
|
+
},
|
|
58147
|
+
"web_commit_signoff_required": {
|
|
58148
|
+
"type": "boolean",
|
|
58149
|
+
"example": false
|
|
57797
58150
|
}
|
|
57798
58151
|
},
|
|
57799
58152
|
"required": [
|
|
@@ -58185,9 +58538,43 @@
|
|
|
58185
58538
|
"example": false,
|
|
58186
58539
|
"nullable": true
|
|
58187
58540
|
},
|
|
58541
|
+
"web_commit_signoff_required": {
|
|
58542
|
+
"type": "boolean",
|
|
58543
|
+
"example": false
|
|
58544
|
+
},
|
|
58188
58545
|
"updated_at": {
|
|
58189
58546
|
"type": "string",
|
|
58190
58547
|
"format": "date-time"
|
|
58548
|
+
},
|
|
58549
|
+
"advanced_security_enabled_for_new_repositories": {
|
|
58550
|
+
"type": "boolean",
|
|
58551
|
+
"example": false,
|
|
58552
|
+
"description": "Whether GitHub Advanced Security is enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
58553
|
+
},
|
|
58554
|
+
"dependabot_alerts_enabled_for_new_repositories": {
|
|
58555
|
+
"type": "boolean",
|
|
58556
|
+
"example": false,
|
|
58557
|
+
"description": "Whether GitHub Advanced Security is automatically enabled for new repositories and repositories transferred to\nthis organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
58558
|
+
},
|
|
58559
|
+
"dependabot_security_updates_enabled_for_new_repositories": {
|
|
58560
|
+
"type": "boolean",
|
|
58561
|
+
"example": false,
|
|
58562
|
+
"description": "Whether dependabot security updates are automatically enabled for new repositories and repositories transferred\nto this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
58563
|
+
},
|
|
58564
|
+
"dependency_graph_enabled_for_new_repositories": {
|
|
58565
|
+
"type": "boolean",
|
|
58566
|
+
"example": false,
|
|
58567
|
+
"description": "Whether dependency graph is automatically enabled for new repositories and repositories transferred to this\norganization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
58568
|
+
},
|
|
58569
|
+
"secret_scanning_enabled_for_new_repositories": {
|
|
58570
|
+
"type": "boolean",
|
|
58571
|
+
"example": false,
|
|
58572
|
+
"description": "Whether secret scanning is automatically enabled for new repositories and repositories transferred to this\norganization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
58573
|
+
},
|
|
58574
|
+
"secret_scanning_push_protection_enabled_for_new_repositories": {
|
|
58575
|
+
"type": "boolean",
|
|
58576
|
+
"example": false,
|
|
58577
|
+
"description": "Whether secret scanning push protection is automatically enabled for new repositories and repositories\ntransferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
58191
58578
|
}
|
|
58192
58579
|
},
|
|
58193
58580
|
"required": [
|
|
@@ -59038,6 +59425,267 @@
|
|
|
59038
59425
|
"parent"
|
|
59039
59426
|
]
|
|
59040
59427
|
},
|
|
59428
|
+
"team-organization": {
|
|
59429
|
+
"title": "Team Organization",
|
|
59430
|
+
"description": "Team Organization",
|
|
59431
|
+
"type": "object",
|
|
59432
|
+
"properties": {
|
|
59433
|
+
"login": {
|
|
59434
|
+
"type": "string",
|
|
59435
|
+
"example": "github"
|
|
59436
|
+
},
|
|
59437
|
+
"id": {
|
|
59438
|
+
"type": "integer",
|
|
59439
|
+
"example": 1
|
|
59440
|
+
},
|
|
59441
|
+
"node_id": {
|
|
59442
|
+
"type": "string",
|
|
59443
|
+
"example": "MDEyOk9yZ2FuaXphdGlvbjE="
|
|
59444
|
+
},
|
|
59445
|
+
"url": {
|
|
59446
|
+
"type": "string",
|
|
59447
|
+
"format": "uri",
|
|
59448
|
+
"example": "https://api.github.com/orgs/github"
|
|
59449
|
+
},
|
|
59450
|
+
"repos_url": {
|
|
59451
|
+
"type": "string",
|
|
59452
|
+
"format": "uri",
|
|
59453
|
+
"example": "https://api.github.com/orgs/github/repos"
|
|
59454
|
+
},
|
|
59455
|
+
"events_url": {
|
|
59456
|
+
"type": "string",
|
|
59457
|
+
"format": "uri",
|
|
59458
|
+
"example": "https://api.github.com/orgs/github/events"
|
|
59459
|
+
},
|
|
59460
|
+
"hooks_url": {
|
|
59461
|
+
"type": "string",
|
|
59462
|
+
"example": "https://api.github.com/orgs/github/hooks"
|
|
59463
|
+
},
|
|
59464
|
+
"issues_url": {
|
|
59465
|
+
"type": "string",
|
|
59466
|
+
"example": "https://api.github.com/orgs/github/issues"
|
|
59467
|
+
},
|
|
59468
|
+
"members_url": {
|
|
59469
|
+
"type": "string",
|
|
59470
|
+
"example": "https://api.github.com/orgs/github/members{/member}"
|
|
59471
|
+
},
|
|
59472
|
+
"public_members_url": {
|
|
59473
|
+
"type": "string",
|
|
59474
|
+
"example": "https://api.github.com/orgs/github/public_members{/member}"
|
|
59475
|
+
},
|
|
59476
|
+
"avatar_url": {
|
|
59477
|
+
"type": "string",
|
|
59478
|
+
"example": "https://github.com/images/error/octocat_happy.gif"
|
|
59479
|
+
},
|
|
59480
|
+
"description": {
|
|
59481
|
+
"type": "string",
|
|
59482
|
+
"example": "A great organization",
|
|
59483
|
+
"nullable": true
|
|
59484
|
+
},
|
|
59485
|
+
"name": {
|
|
59486
|
+
"type": "string",
|
|
59487
|
+
"example": "github"
|
|
59488
|
+
},
|
|
59489
|
+
"company": {
|
|
59490
|
+
"type": "string",
|
|
59491
|
+
"example": "GitHub"
|
|
59492
|
+
},
|
|
59493
|
+
"blog": {
|
|
59494
|
+
"type": "string",
|
|
59495
|
+
"format": "uri",
|
|
59496
|
+
"example": "https://github.com/blog"
|
|
59497
|
+
},
|
|
59498
|
+
"location": {
|
|
59499
|
+
"type": "string",
|
|
59500
|
+
"example": "San Francisco"
|
|
59501
|
+
},
|
|
59502
|
+
"email": {
|
|
59503
|
+
"type": "string",
|
|
59504
|
+
"format": "email",
|
|
59505
|
+
"example": "octocat@github.com"
|
|
59506
|
+
},
|
|
59507
|
+
"twitter_username": {
|
|
59508
|
+
"type": "string",
|
|
59509
|
+
"example": "github",
|
|
59510
|
+
"nullable": true
|
|
59511
|
+
},
|
|
59512
|
+
"is_verified": {
|
|
59513
|
+
"type": "boolean",
|
|
59514
|
+
"example": true
|
|
59515
|
+
},
|
|
59516
|
+
"has_organization_projects": {
|
|
59517
|
+
"type": "boolean",
|
|
59518
|
+
"example": true
|
|
59519
|
+
},
|
|
59520
|
+
"has_repository_projects": {
|
|
59521
|
+
"type": "boolean",
|
|
59522
|
+
"example": true
|
|
59523
|
+
},
|
|
59524
|
+
"public_repos": {
|
|
59525
|
+
"type": "integer",
|
|
59526
|
+
"example": 2
|
|
59527
|
+
},
|
|
59528
|
+
"public_gists": {
|
|
59529
|
+
"type": "integer",
|
|
59530
|
+
"example": 1
|
|
59531
|
+
},
|
|
59532
|
+
"followers": {
|
|
59533
|
+
"type": "integer",
|
|
59534
|
+
"example": 20
|
|
59535
|
+
},
|
|
59536
|
+
"following": {
|
|
59537
|
+
"type": "integer",
|
|
59538
|
+
"example": 0
|
|
59539
|
+
},
|
|
59540
|
+
"html_url": {
|
|
59541
|
+
"type": "string",
|
|
59542
|
+
"format": "uri",
|
|
59543
|
+
"example": "https://github.com/octocat"
|
|
59544
|
+
},
|
|
59545
|
+
"created_at": {
|
|
59546
|
+
"type": "string",
|
|
59547
|
+
"format": "date-time",
|
|
59548
|
+
"example": "2008-01-14T04:33:35Z"
|
|
59549
|
+
},
|
|
59550
|
+
"type": {
|
|
59551
|
+
"type": "string",
|
|
59552
|
+
"example": "Organization"
|
|
59553
|
+
},
|
|
59554
|
+
"total_private_repos": {
|
|
59555
|
+
"type": "integer",
|
|
59556
|
+
"example": 100
|
|
59557
|
+
},
|
|
59558
|
+
"owned_private_repos": {
|
|
59559
|
+
"type": "integer",
|
|
59560
|
+
"example": 100
|
|
59561
|
+
},
|
|
59562
|
+
"private_gists": {
|
|
59563
|
+
"type": "integer",
|
|
59564
|
+
"example": 81,
|
|
59565
|
+
"nullable": true
|
|
59566
|
+
},
|
|
59567
|
+
"disk_usage": {
|
|
59568
|
+
"type": "integer",
|
|
59569
|
+
"example": 10000,
|
|
59570
|
+
"nullable": true
|
|
59571
|
+
},
|
|
59572
|
+
"collaborators": {
|
|
59573
|
+
"type": "integer",
|
|
59574
|
+
"example": 8,
|
|
59575
|
+
"nullable": true
|
|
59576
|
+
},
|
|
59577
|
+
"billing_email": {
|
|
59578
|
+
"type": "string",
|
|
59579
|
+
"format": "email",
|
|
59580
|
+
"example": "org@example.com",
|
|
59581
|
+
"nullable": true
|
|
59582
|
+
},
|
|
59583
|
+
"plan": {
|
|
59584
|
+
"type": "object",
|
|
59585
|
+
"properties": {
|
|
59586
|
+
"name": {
|
|
59587
|
+
"type": "string"
|
|
59588
|
+
},
|
|
59589
|
+
"space": {
|
|
59590
|
+
"type": "integer"
|
|
59591
|
+
},
|
|
59592
|
+
"private_repos": {
|
|
59593
|
+
"type": "integer"
|
|
59594
|
+
},
|
|
59595
|
+
"filled_seats": {
|
|
59596
|
+
"type": "integer"
|
|
59597
|
+
},
|
|
59598
|
+
"seats": {
|
|
59599
|
+
"type": "integer"
|
|
59600
|
+
}
|
|
59601
|
+
},
|
|
59602
|
+
"required": [
|
|
59603
|
+
"name",
|
|
59604
|
+
"space",
|
|
59605
|
+
"private_repos"
|
|
59606
|
+
]
|
|
59607
|
+
},
|
|
59608
|
+
"default_repository_permission": {
|
|
59609
|
+
"type": "string",
|
|
59610
|
+
"nullable": true
|
|
59611
|
+
},
|
|
59612
|
+
"members_can_create_repositories": {
|
|
59613
|
+
"type": "boolean",
|
|
59614
|
+
"example": true,
|
|
59615
|
+
"nullable": true
|
|
59616
|
+
},
|
|
59617
|
+
"two_factor_requirement_enabled": {
|
|
59618
|
+
"type": "boolean",
|
|
59619
|
+
"example": true,
|
|
59620
|
+
"nullable": true
|
|
59621
|
+
},
|
|
59622
|
+
"members_allowed_repository_creation_type": {
|
|
59623
|
+
"type": "string",
|
|
59624
|
+
"example": "all"
|
|
59625
|
+
},
|
|
59626
|
+
"members_can_create_public_repositories": {
|
|
59627
|
+
"type": "boolean",
|
|
59628
|
+
"example": true
|
|
59629
|
+
},
|
|
59630
|
+
"members_can_create_private_repositories": {
|
|
59631
|
+
"type": "boolean",
|
|
59632
|
+
"example": true
|
|
59633
|
+
},
|
|
59634
|
+
"members_can_create_internal_repositories": {
|
|
59635
|
+
"type": "boolean",
|
|
59636
|
+
"example": true
|
|
59637
|
+
},
|
|
59638
|
+
"members_can_create_pages": {
|
|
59639
|
+
"type": "boolean",
|
|
59640
|
+
"example": true
|
|
59641
|
+
},
|
|
59642
|
+
"members_can_create_public_pages": {
|
|
59643
|
+
"type": "boolean",
|
|
59644
|
+
"example": true
|
|
59645
|
+
},
|
|
59646
|
+
"members_can_create_private_pages": {
|
|
59647
|
+
"type": "boolean",
|
|
59648
|
+
"example": true
|
|
59649
|
+
},
|
|
59650
|
+
"members_can_fork_private_repositories": {
|
|
59651
|
+
"type": "boolean",
|
|
59652
|
+
"example": false,
|
|
59653
|
+
"nullable": true
|
|
59654
|
+
},
|
|
59655
|
+
"web_commit_signoff_required": {
|
|
59656
|
+
"type": "boolean",
|
|
59657
|
+
"example": false
|
|
59658
|
+
},
|
|
59659
|
+
"updated_at": {
|
|
59660
|
+
"type": "string",
|
|
59661
|
+
"format": "date-time"
|
|
59662
|
+
}
|
|
59663
|
+
},
|
|
59664
|
+
"required": [
|
|
59665
|
+
"login",
|
|
59666
|
+
"url",
|
|
59667
|
+
"id",
|
|
59668
|
+
"node_id",
|
|
59669
|
+
"repos_url",
|
|
59670
|
+
"events_url",
|
|
59671
|
+
"hooks_url",
|
|
59672
|
+
"issues_url",
|
|
59673
|
+
"members_url",
|
|
59674
|
+
"public_members_url",
|
|
59675
|
+
"avatar_url",
|
|
59676
|
+
"description",
|
|
59677
|
+
"html_url",
|
|
59678
|
+
"has_organization_projects",
|
|
59679
|
+
"has_repository_projects",
|
|
59680
|
+
"public_repos",
|
|
59681
|
+
"public_gists",
|
|
59682
|
+
"followers",
|
|
59683
|
+
"following",
|
|
59684
|
+
"type",
|
|
59685
|
+
"created_at",
|
|
59686
|
+
"updated_at"
|
|
59687
|
+
]
|
|
59688
|
+
},
|
|
59041
59689
|
"team-full": {
|
|
59042
59690
|
"title": "Full Team",
|
|
59043
59691
|
"description": "Groups of organization members that gives permissions on specified repositories.",
|
|
@@ -59122,7 +59770,7 @@
|
|
|
59122
59770
|
"example": "2017-08-17T12:37:15Z"
|
|
59123
59771
|
},
|
|
59124
59772
|
"organization": {
|
|
59125
|
-
"$ref": "#/components/schemas/organization
|
|
59773
|
+
"$ref": "#/components/schemas/team-organization"
|
|
59126
59774
|
},
|
|
59127
59775
|
"ldap_dn": {
|
|
59128
59776
|
"description": "Distinguished Name (DN) that team maps to within LDAP environment",
|
|
@@ -59918,6 +60566,12 @@
|
|
|
59918
60566
|
"type": "boolean",
|
|
59919
60567
|
"example": false
|
|
59920
60568
|
},
|
|
60569
|
+
"web_commit_signoff_required": {
|
|
60570
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
60571
|
+
"default": false,
|
|
60572
|
+
"type": "boolean",
|
|
60573
|
+
"example": false
|
|
60574
|
+
},
|
|
59921
60575
|
"subscribers_count": {
|
|
59922
60576
|
"type": "integer"
|
|
59923
60577
|
},
|
|
@@ -60689,6 +61343,10 @@
|
|
|
60689
61343
|
"type": "boolean",
|
|
60690
61344
|
"example": true
|
|
60691
61345
|
},
|
|
61346
|
+
"web_commit_signoff_required": {
|
|
61347
|
+
"type": "boolean",
|
|
61348
|
+
"example": false
|
|
61349
|
+
},
|
|
60692
61350
|
"subscribers_count": {
|
|
60693
61351
|
"type": "integer",
|
|
60694
61352
|
"example": 42
|
|
@@ -70706,6 +71364,9 @@
|
|
|
70706
71364
|
},
|
|
70707
71365
|
"is_template": {
|
|
70708
71366
|
"type": "boolean"
|
|
71367
|
+
},
|
|
71368
|
+
"web_commit_signoff_required": {
|
|
71369
|
+
"type": "boolean"
|
|
70709
71370
|
}
|
|
70710
71371
|
},
|
|
70711
71372
|
"required": [
|
|
@@ -71280,6 +71941,9 @@
|
|
|
71280
71941
|
},
|
|
71281
71942
|
"allow_forking": {
|
|
71282
71943
|
"type": "boolean"
|
|
71944
|
+
},
|
|
71945
|
+
"web_commit_signoff_required": {
|
|
71946
|
+
"type": "boolean"
|
|
71283
71947
|
}
|
|
71284
71948
|
},
|
|
71285
71949
|
"required": [
|
|
@@ -73388,6 +74052,10 @@
|
|
|
73388
74052
|
},
|
|
73389
74053
|
"is_template": {
|
|
73390
74054
|
"type": "boolean"
|
|
74055
|
+
},
|
|
74056
|
+
"web_commit_signoff_required": {
|
|
74057
|
+
"type": "boolean",
|
|
74058
|
+
"example": false
|
|
73391
74059
|
}
|
|
73392
74060
|
},
|
|
73393
74061
|
"required": [
|
|
@@ -78482,6 +79150,7 @@
|
|
|
78482
79150
|
"members_can_create_public_pages": true,
|
|
78483
79151
|
"members_can_create_private_pages": true,
|
|
78484
79152
|
"members_can_fork_private_repositories": false,
|
|
79153
|
+
"web_commit_signoff_required": false,
|
|
78485
79154
|
"updated_at": "2014-03-03T18:58:10Z"
|
|
78486
79155
|
}
|
|
78487
79156
|
},
|
|
@@ -81640,6 +82309,7 @@
|
|
|
81640
82309
|
"delete_branch_on_merge": true,
|
|
81641
82310
|
"allow_merge_commit": true,
|
|
81642
82311
|
"allow_forking": true,
|
|
82312
|
+
"web_commit_signoff_required": false,
|
|
81643
82313
|
"subscribers_count": 42,
|
|
81644
82314
|
"network_count": 0,
|
|
81645
82315
|
"organization": {
|
|
@@ -82840,6 +83510,109 @@
|
|
|
82840
83510
|
}
|
|
82841
83511
|
]
|
|
82842
83512
|
},
|
|
83513
|
+
"branch-get": {
|
|
83514
|
+
"value": {
|
|
83515
|
+
"name": "main",
|
|
83516
|
+
"commit": {
|
|
83517
|
+
"sha": "7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
|
|
83518
|
+
"node_id": "MDY6Q29tbWl0MTI5NjI2OTo3ZmQxYTYwYjAxZjkxYjMxNGY1OTk1NWE0ZTRkNGU4MGQ4ZWRmMTFk",
|
|
83519
|
+
"commit": {
|
|
83520
|
+
"author": {
|
|
83521
|
+
"name": "The Octocat",
|
|
83522
|
+
"email": "octocat@nowhere.com",
|
|
83523
|
+
"date": "2012-03-06T23:06:50Z"
|
|
83524
|
+
},
|
|
83525
|
+
"committer": {
|
|
83526
|
+
"name": "The Octocat",
|
|
83527
|
+
"email": "octocat@nowhere.com",
|
|
83528
|
+
"date": "2012-03-06T23:06:50Z"
|
|
83529
|
+
},
|
|
83530
|
+
"message": "Merge pull request #6 from Spaceghost/patch-1\n\nNew line at end of file.",
|
|
83531
|
+
"tree": {
|
|
83532
|
+
"sha": "b4eecafa9be2f2006ce1b709d6857b07069b4608",
|
|
83533
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/git/trees/b4eecafa9be2f2006ce1b709d6857b07069b4608"
|
|
83534
|
+
},
|
|
83535
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/git/commits/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
|
|
83536
|
+
"comment_count": 77,
|
|
83537
|
+
"verification": {
|
|
83538
|
+
"verified": false,
|
|
83539
|
+
"reason": "unsigned",
|
|
83540
|
+
"signature": null,
|
|
83541
|
+
"payload": null
|
|
83542
|
+
}
|
|
83543
|
+
},
|
|
83544
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
|
|
83545
|
+
"html_url": "https://github.com/octocat/Hello-World/commit/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
|
|
83546
|
+
"comments_url": "https://api.github.com/repos/octocat/Hello-World/commits/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d/comments",
|
|
83547
|
+
"author": {
|
|
83548
|
+
"login": "octocat",
|
|
83549
|
+
"id": 583231,
|
|
83550
|
+
"node_id": "MDQ6VXNlcjU4MzIzMQ==",
|
|
83551
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4",
|
|
83552
|
+
"gravatar_id": "",
|
|
83553
|
+
"url": "https://api.github.com/users/octocat",
|
|
83554
|
+
"html_url": "https://github.com/octocat",
|
|
83555
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
83556
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
83557
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
83558
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
83559
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
83560
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
83561
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
83562
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
83563
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
83564
|
+
"type": "User",
|
|
83565
|
+
"site_admin": false
|
|
83566
|
+
},
|
|
83567
|
+
"committer": {
|
|
83568
|
+
"login": "octocat",
|
|
83569
|
+
"id": 583231,
|
|
83570
|
+
"node_id": "MDQ6VXNlcjU4MzIzMQ==",
|
|
83571
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4",
|
|
83572
|
+
"gravatar_id": "",
|
|
83573
|
+
"url": "https://api.github.com/users/octocat",
|
|
83574
|
+
"html_url": "https://github.com/octocat",
|
|
83575
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
83576
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
83577
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
83578
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
83579
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
83580
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
83581
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
83582
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
83583
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
83584
|
+
"type": "User",
|
|
83585
|
+
"site_admin": false
|
|
83586
|
+
},
|
|
83587
|
+
"parents": [
|
|
83588
|
+
{
|
|
83589
|
+
"sha": "553c2077f0edc3d5dc5d17262f6aa498e69d6f8e",
|
|
83590
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/553c2077f0edc3d5dc5d17262f6aa498e69d6f8e",
|
|
83591
|
+
"html_url": "https://github.com/octocat/Hello-World/commit/553c2077f0edc3d5dc5d17262f6aa498e69d6f8e"
|
|
83592
|
+
},
|
|
83593
|
+
{
|
|
83594
|
+
"sha": "762941318ee16e59dabbacb1b4049eec22f0d303",
|
|
83595
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/762941318ee16e59dabbacb1b4049eec22f0d303",
|
|
83596
|
+
"html_url": "https://github.com/octocat/Hello-World/commit/762941318ee16e59dabbacb1b4049eec22f0d303"
|
|
83597
|
+
}
|
|
83598
|
+
]
|
|
83599
|
+
},
|
|
83600
|
+
"_links": {
|
|
83601
|
+
"self": "https://api.github.com/repos/octocat/Hello-World/branches/main",
|
|
83602
|
+
"html": "https://github.com/octocat/Hello-World/tree/main"
|
|
83603
|
+
},
|
|
83604
|
+
"protected": false,
|
|
83605
|
+
"protection": {
|
|
83606
|
+
"enabled": false,
|
|
83607
|
+
"required_status_checks": {
|
|
83608
|
+
"enforcement_level": "off",
|
|
83609
|
+
"contexts": [],
|
|
83610
|
+
"checks": []
|
|
83611
|
+
}
|
|
83612
|
+
},
|
|
83613
|
+
"protection_url": "https://api.github.com/repos/octocat/Hello-World/branches/main/protection"
|
|
83614
|
+
}
|
|
83615
|
+
},
|
|
82843
83616
|
"branch-protection": {
|
|
82844
83617
|
"value": {
|
|
82845
83618
|
"url": "https://api.github.com/repos/octocat/Hello-World/branches/master/protection",
|
|
@@ -83036,6 +83809,71 @@
|
|
|
83036
83809
|
}
|
|
83037
83810
|
}
|
|
83038
83811
|
},
|
|
83812
|
+
"branch-protection-update": {
|
|
83813
|
+
"value": {
|
|
83814
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection",
|
|
83815
|
+
"required_status_checks": {
|
|
83816
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_status_checks",
|
|
83817
|
+
"strict": true,
|
|
83818
|
+
"contexts": [
|
|
83819
|
+
"continuous-integration/travis-ci"
|
|
83820
|
+
],
|
|
83821
|
+
"contexts_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_status_checks/contexts",
|
|
83822
|
+
"checks": [
|
|
83823
|
+
{
|
|
83824
|
+
"context": "continuous-integration/travis-ci",
|
|
83825
|
+
"app_id": null
|
|
83826
|
+
}
|
|
83827
|
+
]
|
|
83828
|
+
},
|
|
83829
|
+
"restrictions": {
|
|
83830
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions",
|
|
83831
|
+
"users_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions/users",
|
|
83832
|
+
"teams_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions/teams",
|
|
83833
|
+
"apps_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions/apps",
|
|
83834
|
+
"users": [],
|
|
83835
|
+
"teams": [],
|
|
83836
|
+
"apps": []
|
|
83837
|
+
},
|
|
83838
|
+
"required_pull_request_reviews": {
|
|
83839
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_pull_request_reviews",
|
|
83840
|
+
"dismiss_stale_reviews": true,
|
|
83841
|
+
"require_code_owner_reviews": true,
|
|
83842
|
+
"required_approving_review_count": 2,
|
|
83843
|
+
"dismissal_restrictions": {
|
|
83844
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/dismissal_restrictions",
|
|
83845
|
+
"users_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/dismissal_restrictions/users",
|
|
83846
|
+
"teams_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/dismissal_restrictions/teams",
|
|
83847
|
+
"users": [],
|
|
83848
|
+
"teams": [],
|
|
83849
|
+
"apps": []
|
|
83850
|
+
}
|
|
83851
|
+
},
|
|
83852
|
+
"required_signatures": {
|
|
83853
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_signatures",
|
|
83854
|
+
"enabled": false
|
|
83855
|
+
},
|
|
83856
|
+
"enforce_admins": {
|
|
83857
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/enforce_admins",
|
|
83858
|
+
"enabled": true
|
|
83859
|
+
},
|
|
83860
|
+
"required_linear_history": {
|
|
83861
|
+
"enabled": true
|
|
83862
|
+
},
|
|
83863
|
+
"allow_force_pushes": {
|
|
83864
|
+
"enabled": true
|
|
83865
|
+
},
|
|
83866
|
+
"allow_deletions": {
|
|
83867
|
+
"enabled": true
|
|
83868
|
+
},
|
|
83869
|
+
"block_creations": {
|
|
83870
|
+
"enabled": true
|
|
83871
|
+
},
|
|
83872
|
+
"required_conversation_resolution": {
|
|
83873
|
+
"enabled": true
|
|
83874
|
+
}
|
|
83875
|
+
}
|
|
83876
|
+
},
|
|
83039
83877
|
"protected-branch-admin-enforced-2": {
|
|
83040
83878
|
"value": {
|
|
83041
83879
|
"url": "https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins",
|
|
@@ -87765,7 +88603,8 @@
|
|
|
87765
88603
|
"type": "User",
|
|
87766
88604
|
"site_admin": false
|
|
87767
88605
|
},
|
|
87768
|
-
"author_association": "COLLABORATOR"
|
|
88606
|
+
"author_association": "COLLABORATOR",
|
|
88607
|
+
"state_reason": "completed"
|
|
87769
88608
|
}
|
|
87770
88609
|
]
|
|
87771
88610
|
},
|
|
@@ -87925,7 +88764,8 @@
|
|
|
87925
88764
|
"type": "User",
|
|
87926
88765
|
"site_admin": false
|
|
87927
88766
|
},
|
|
87928
|
-
"author_association": "COLLABORATOR"
|
|
88767
|
+
"author_association": "COLLABORATOR",
|
|
88768
|
+
"state_reason": "completed"
|
|
87929
88769
|
}
|
|
87930
88770
|
},
|
|
87931
88771
|
"issue-comment-items": {
|
|
@@ -88161,7 +89001,8 @@
|
|
|
88161
89001
|
"closed_at": null,
|
|
88162
89002
|
"created_at": "2011-04-22T13:33:48Z",
|
|
88163
89003
|
"updated_at": "2011-04-22T13:33:48Z",
|
|
88164
|
-
"author_association": "COLLABORATOR"
|
|
89004
|
+
"author_association": "COLLABORATOR",
|
|
89005
|
+
"state_reason": "completed"
|
|
88165
89006
|
}
|
|
88166
89007
|
}
|
|
88167
89008
|
]
|
|
@@ -88370,7 +89211,8 @@
|
|
|
88370
89211
|
"closed_at": null,
|
|
88371
89212
|
"created_at": "2011-04-22T13:33:48Z",
|
|
88372
89213
|
"updated_at": "2011-04-22T13:33:48Z",
|
|
88373
|
-
"author_association": "COLLABORATOR"
|
|
89214
|
+
"author_association": "COLLABORATOR",
|
|
89215
|
+
"state_reason": "completed"
|
|
88374
89216
|
}
|
|
88375
89217
|
}
|
|
88376
89218
|
},
|
|
@@ -92549,7 +93391,8 @@
|
|
|
92549
93391
|
"body": "...",
|
|
92550
93392
|
"score": 1,
|
|
92551
93393
|
"locked": true,
|
|
92552
|
-
"author_association": "COLLABORATOR"
|
|
93394
|
+
"author_association": "COLLABORATOR",
|
|
93395
|
+
"state_reason": "completed"
|
|
92553
93396
|
}
|
|
92554
93397
|
]
|
|
92555
93398
|
}
|