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 87868786 }
87878787 }
87888788 },
8789- "description" : " List of repos and their latest project report for the organization associated with the token used "
8789+ "description" : " Search dependencies response "
87908790 },
87918791 "400" : {
87928792 "$ref" : " #/components/responses/SocketBadRequest"
92879287 "tags" : [
92889288 " Repositories"
92899289 ],
9290- "summary" : " Get list of GitHub repos and their latest project report " ,
9290+ "summary" : " List GitHub repositories " ,
92919291 "deprecated" : true ,
92929292 "operationId" : " getRepoList" ,
92939293 "parameters" : [
93099309 ]
93109310 }
93119311 ],
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." ,
93139313 "responses" : {
93149314 "200" : {
93159315 "content" : {
93969396 }
93979397 }
93989398 },
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. "
94009400 },
94019401 "400" : {
94029402 "$ref" : " #/components/responses/SocketBadRequest"
Original file line number Diff line number Diff line change @@ -270,9 +270,9 @@ export interface paths {
270270 } ;
271271 "/repo/list" : {
272272 /**
273- * Get list of GitHub repos and their latest project report
273+ * List GitHub repositories
274274 * @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 .
276276 *
277277 * This endpoint consumes 0 units of your quota.
278278 */
@@ -3068,7 +3068,7 @@ export interface operations {
30683068 } ;
30693069 } ;
30703070 responses : {
3071- /** @description List of repos and their latest project report for the organization associated with the token used */
3071+ /** @description Search dependencies response */
30723072 200 : {
30733073 content : {
30743074 "application/json" : {
@@ -3316,9 +3316,9 @@ export interface operations {
33163316 } ;
33173317 } ;
33183318 /**
3319- * Get list of GitHub repos and their latest project report
3319+ * List GitHub repositories
33203320 * @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 .
33223322 *
33233323 * This endpoint consumes 0 units of your quota.
33243324 */
@@ -3329,7 +3329,7 @@ export interface operations {
33293329 } ;
33303330 } ;
33313331 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. */
33333333 200 : {
33343334 content : {
33353335 "application/json" : {
You can’t perform that action at this time.
0 commit comments