File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 8786
8786
}
8787
8787
}
8788
8788
},
8789
- "description" : " List of repos and their latest project report for the organization associated with the token used "
8789
+ "description" : " Search dependencies response "
8790
8790
},
8791
8791
"400" : {
8792
8792
"$ref" : " #/components/responses/SocketBadRequest"
9287
9287
"tags" : [
9288
9288
" Repositories"
9289
9289
],
9290
- "summary" : " Get list of GitHub repos and their latest project report " ,
9290
+ "summary" : " List GitHub repositories " ,
9291
9291
"deprecated" : true ,
9292
9292
"operationId" : " getRepoList" ,
9293
9293
"parameters" : [
9309
9309
]
9310
9310
}
9311
9311
],
9312
- "description" : " Get all repositories in an org including their latest project report .\n\n This endpoint consumes 0 units of your quota." ,
9312
+ "description" : " Get all GitHub repositories associated with a Socket org .\n\n This endpoint consumes 0 units of your quota." ,
9313
9313
"responses" : {
9314
9314
"200" : {
9315
9315
"content" : {
9396
9396
}
9397
9397
}
9398
9398
},
9399
- "description" : " List of repos and their latest project report for the organization associated with the token used "
9399
+ "description" : " List of GitHub repositories associated with the organization. "
9400
9400
},
9401
9401
"400" : {
9402
9402
"$ref" : " #/components/responses/SocketBadRequest"
Original file line number Diff line number Diff line change @@ -270,9 +270,9 @@ export interface paths {
270
270
} ;
271
271
"/repo/list" : {
272
272
/**
273
- * Get list of GitHub repos and their latest project report
273
+ * List GitHub repositories
274
274
* @deprecated
275
- * @description Get all repositories in an org including their latest project report .
275
+ * @description Get all GitHub repositories associated with a Socket org .
276
276
*
277
277
* This endpoint consumes 0 units of your quota.
278
278
*/
@@ -3068,7 +3068,7 @@ export interface operations {
3068
3068
} ;
3069
3069
} ;
3070
3070
responses : {
3071
- /** @description List of repos and their latest project report for the organization associated with the token used */
3071
+ /** @description Search dependencies response */
3072
3072
200 : {
3073
3073
content : {
3074
3074
"application/json" : {
@@ -3316,9 +3316,9 @@ export interface operations {
3316
3316
} ;
3317
3317
} ;
3318
3318
/**
3319
- * Get list of GitHub repos and their latest project report
3319
+ * List GitHub repositories
3320
3320
* @deprecated
3321
- * @description Get all repositories in an org including their latest project report .
3321
+ * @description Get all GitHub repositories associated with a Socket org .
3322
3322
*
3323
3323
* This endpoint consumes 0 units of your quota.
3324
3324
*/
@@ -3329,7 +3329,7 @@ export interface operations {
3329
3329
} ;
3330
3330
} ;
3331
3331
responses : {
3332
- /** @description List of repos and their latest project report for the organization associated with the token used */
3332
+ /** @description List of GitHub repositories associated with the organization. */
3333
3333
200 : {
3334
3334
content : {
3335
3335
"application/json" : {
You can’t perform that action at this time.
0 commit comments