Skip to content

Commit 51f3ddd

Browse files
Merge pull request #198 from SocketDev/automated/open-api
Sync with OpenAPI definition
2 parents 4324ee4 + 0201a09 commit 51f3ddd

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

openapi.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8786,7 +8786,7 @@
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"
@@ -9287,7 +9287,7 @@
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": [
@@ -9309,7 +9309,7 @@
93099309
]
93109310
}
93119311
],
9312-
"description": "Get all repositories in an org including their latest project report.\n\nThis endpoint consumes 0 units of your quota.",
9312+
"description": "Get all GitHub repositories associated with a Socket org.\n\nThis endpoint consumes 0 units of your quota.",
93139313
"responses": {
93149314
"200": {
93159315
"content": {
@@ -9396,7 +9396,7 @@
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"

types/api.d.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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": {

0 commit comments

Comments
 (0)