diff --git a/lib/rest/static/dereferenced/api.github.com.deref.json b/lib/rest/static/dereferenced/api.github.com.deref.json index b5e9777f18..a71c22f8d8 100644 --- a/lib/rest/static/dereferenced/api.github.com.deref.json +++ b/lib/rest/static/dereferenced/api.github.com.deref.json @@ -58706,6 +58706,7 @@ "parameters": [ { "name": "organization_id", + "description": "The unique identifier of the organization.", "in": "path", "required": true, "schema": { @@ -278331,10 +278332,8 @@ }, "manifests": { "type": "object", - "description": "A collection of package manifests", + "description": "A collection of package manifests, which are a collection of related dependencies declared in a file or representing a logical group of dependencies.", "additionalProperties": { - "title": "manifest", - "description": "A collection of related dependencies declared in a file or representing a logical group of dependencies.", "type": "object", "properties": { "name": { @@ -278383,9 +278382,9 @@ } }, "resolved": { + "type": "object", + "description": "A collection of resolved package dependencies.", "additionalProperties": { - "title": "Dependency", - "description": "A single package dependency.", "type": "object", "properties": { "package_url": { diff --git a/lib/rest/static/dereferenced/ghes-3.4.deref.json b/lib/rest/static/dereferenced/ghes-3.4.deref.json index ae0d2afa08..7a9ce0727f 100644 --- a/lib/rest/static/dereferenced/ghes-3.4.deref.json +++ b/lib/rest/static/dereferenced/ghes-3.4.deref.json @@ -69001,6 +69001,7 @@ "parameters": [ { "name": "organization_id", + "description": "The unique identifier of the organization.", "in": "path", "required": true, "schema": { diff --git a/lib/rest/static/dereferenced/ghes-3.5.deref.json b/lib/rest/static/dereferenced/ghes-3.5.deref.json index 713c4ad263..251758d539 100644 --- a/lib/rest/static/dereferenced/ghes-3.5.deref.json +++ b/lib/rest/static/dereferenced/ghes-3.5.deref.json @@ -69383,6 +69383,7 @@ "parameters": [ { "name": "organization_id", + "description": "The unique identifier of the organization.", "in": "path", "required": true, "schema": { diff --git a/lib/rest/static/dereferenced/ghes-3.6.deref.json b/lib/rest/static/dereferenced/ghes-3.6.deref.json index 15add16fa0..f3333708f8 100644 --- a/lib/rest/static/dereferenced/ghes-3.6.deref.json +++ b/lib/rest/static/dereferenced/ghes-3.6.deref.json @@ -69837,6 +69837,7 @@ "parameters": [ { "name": "organization_id", + "description": "The unique identifier of the organization.", "in": "path", "required": true, "schema": {