File tree Expand file tree Collapse file tree 2 files changed +0
-31
lines changed
scripts/update-endpoints/generated Expand file tree Collapse file tree 2 files changed +0
-31
lines changed Original file line number Diff line number Diff line change 7488
7488
}
7489
7489
]
7490
7490
},
7491
- {
7492
- "name": "Delete a reaction",
7493
- "scope": "reactions",
7494
- "id": "delete",
7495
- "method": "DELETE",
7496
- "url": "/reactions/{reaction_id}",
7497
- "parameters": [
7498
- {
7499
- "alias": null,
7500
- "allowNull": false,
7501
- "deprecated": null,
7502
- "description": "reaction_id parameter",
7503
- "enum": null,
7504
- "name": "reaction_id",
7505
- "type": "integer",
7506
- "required": true
7507
- }
7508
- ]
7509
- },
7510
7491
{
7511
7492
"name": "Get",
7512
7493
"scope": "repos",
Original file line number Diff line number Diff line change @@ -6306,18 +6306,6 @@ type ReactionsDeleteRequestOptions = {
6306
6306
headers : RequestHeaders ;
6307
6307
request : RequestRequestOptions ;
6308
6308
} ;
6309
- type ReactionsDeleteEndpoint = {
6310
- /**
6311
- * reaction_id parameter
6312
- */
6313
- reaction_id : number ;
6314
- } ;
6315
- type ReactionsDeleteRequestOptions = {
6316
- method : "DELETE" ;
6317
- url : Url ;
6318
- headers : RequestHeaders ;
6319
- request : RequestRequestOptions ;
6320
- } ;
6321
6309
type ReposGetEndpoint = {
6322
6310
/**
6323
6311
* owner parameter
You can’t perform that action at this time.
0 commit comments