You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/rest/data/fpt-2022-11-28/interactions.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -602,7 +602,7 @@
602
602
}
603
603
],
604
604
"bodyParameters": [],
605
-
"descriptionHTML": "<p>Lists the users that are on the pull request creation cap bypass list for a\nrepository. Users on this list can create pull requests regardless of any\nconfigured pull request creation cap.</p>\n<p>Only repository admins can view the bypass list.</p>",
605
+
"descriptionHTML": "<p>Lists the users that are on the pull request creation cap bypass list for a\nrepository. Users on this list can create pull requests regardless of any\nconfigured pull request creation cap.</p>\n<p>Only users with maintainer permissions can view the bypass list.</p>",
"description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.",
14141
+
"maxItems": 100,
14142
+
"items": {
14143
+
"type": "string"
14144
+
}
14145
+
},
14146
+
"organization_url": {
14147
+
"type": "string",
14148
+
"format": "uri"
14149
+
},
14150
+
"organization": {
14151
+
"title": "Organization Simple",
14152
+
"description": "A GitHub organization.",
14153
+
"type": "object",
14154
+
"properties": {
14155
+
"login": {
14156
+
"type": "string"
14157
+
},
14158
+
"id": {
14159
+
"type": "integer"
14160
+
},
14161
+
"node_id": {
14162
+
"type": "string"
14163
+
},
14164
+
"url": {
14165
+
"type": "string",
14166
+
"format": "uri"
14167
+
},
14168
+
"repos_url": {
14169
+
"type": "string",
14170
+
"format": "uri"
14171
+
},
14172
+
"events_url": {
14173
+
"type": "string",
14174
+
"format": "uri"
14175
+
},
14176
+
"hooks_url": {
14177
+
"type": "string"
14178
+
},
14179
+
"issues_url": {
14180
+
"type": "string"
14181
+
},
14182
+
"members_url": {
14183
+
"type": "string"
14184
+
},
14185
+
"public_members_url": {
14186
+
"type": "string"
14187
+
},
14188
+
"avatar_url": {
14189
+
"type": "string"
14190
+
},
14191
+
"description": {
14192
+
"type": [
14193
+
"string",
14194
+
"null"
14195
+
]
14196
+
}
14197
+
},
14198
+
"required": [
14199
+
"login",
14200
+
"url",
14201
+
"id",
14202
+
"node_id",
14203
+
"repos_url",
14204
+
"events_url",
14205
+
"hooks_url",
14206
+
"issues_url",
14207
+
"members_url",
14208
+
"public_members_url",
14209
+
"avatar_url",
14210
+
"description"
14211
+
]
14212
+
},
14213
+
"user": {
14214
+
"anyOf": [
14215
+
{
14216
+
"type": "null"
14217
+
},
14218
+
{
14219
+
"title": "Simple User",
14220
+
"description": "A GitHub user.",
14221
+
"type": "object",
14222
+
"properties": {
14223
+
"name": {
14224
+
"type": [
14225
+
"string",
14226
+
"null"
14227
+
]
14228
+
},
14229
+
"email": {
14230
+
"type": [
14231
+
"string",
14232
+
"null"
14233
+
]
14234
+
},
14235
+
"login": {
14236
+
"type": "string"
14237
+
},
14238
+
"id": {
14239
+
"type": "integer",
14240
+
"format": "int64"
14241
+
},
14242
+
"node_id": {
14243
+
"type": "string"
14244
+
},
14245
+
"avatar_url": {
14246
+
"type": "string",
14247
+
"format": "uri"
14248
+
},
14249
+
"gravatar_id": {
14250
+
"type": [
14251
+
"string",
14252
+
"null"
14253
+
]
14254
+
},
14255
+
"url": {
14256
+
"type": "string",
14257
+
"format": "uri"
14258
+
},
14259
+
"html_url": {
14260
+
"type": "string",
14261
+
"format": "uri"
14262
+
},
14263
+
"followers_url": {
14264
+
"type": "string",
14265
+
"format": "uri"
14266
+
},
14267
+
"following_url": {
14268
+
"type": "string"
14269
+
},
14270
+
"gists_url": {
14271
+
"type": "string"
14272
+
},
14273
+
"starred_url": {
14274
+
"type": "string"
14275
+
},
14276
+
"subscriptions_url": {
14277
+
"type": "string",
14278
+
"format": "uri"
14279
+
},
14280
+
"organizations_url": {
14281
+
"type": "string",
14282
+
"format": "uri"
14283
+
},
14284
+
"repos_url": {
14285
+
"type": "string",
14286
+
"format": "uri"
14287
+
},
14288
+
"events_url": {
14289
+
"type": "string"
14290
+
},
14291
+
"received_events_url": {
14292
+
"type": "string",
14293
+
"format": "uri"
14294
+
},
14295
+
"type": {
14296
+
"type": "string"
14297
+
},
14298
+
"site_admin": {
14299
+
"type": "boolean"
14300
+
},
14301
+
"starred_at": {
14302
+
"type": "string"
14303
+
},
14304
+
"user_view_type": {
14305
+
"type": "string"
14306
+
}
14307
+
},
14308
+
"required": [
14309
+
"avatar_url",
14310
+
"events_url",
14311
+
"followers_url",
14312
+
"following_url",
14313
+
"gists_url",
14314
+
"gravatar_id",
14315
+
"html_url",
14316
+
"id",
14317
+
"node_id",
14318
+
"login",
14319
+
"organizations_url",
14320
+
"received_events_url",
14321
+
"repos_url",
14322
+
"site_admin",
14323
+
"starred_url",
14324
+
"subscriptions_url",
14325
+
"type",
14326
+
"url"
14327
+
]
14328
+
}
14329
+
]
14330
+
},
14331
+
"permissions": {
14332
+
"type": "object",
14333
+
"properties": {
14334
+
"can_create_repository": {
14335
+
"type": "boolean"
14336
+
}
14337
+
},
14338
+
"required": [
14339
+
"can_create_repository"
14340
+
]
14341
+
}
14342
+
},
14343
+
"required": [
14344
+
"state",
14345
+
"role",
14346
+
"organization_url",
14347
+
"url",
14348
+
"organization",
14349
+
"user"
14350
+
]
14351
+
}
14352
+
}
14353
+
},
14354
+
{
14355
+
"request": {
14356
+
"contentType": "application/json",
14357
+
"description": "Example 2: Status Code 202",
14358
+
"acceptHeader": "application/vnd.github.v3+json",
14359
+
"bodyParameters": {
14360
+
"state": "active"
14361
+
},
14362
+
"parameters": {
14363
+
"org": "ORG"
14364
+
}
14365
+
},
14366
+
"response": {
14367
+
"statusCode": "202",
14368
+
"contentType": "application/json",
14369
+
"description": "<p>The acceptance of the user's organization invitation is being processed asynchronously.</p>",
0 commit comments