diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index d6637ff38..d9ef1ffee 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -34869,20 +34869,8 @@ } ], "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/workflow-dispatch-response" - }, - "examples": { - "default": { - "$ref": "#/components/examples/workflow-dispatch-response" - } - } - } - } + "204": { + "description": "Response" } }, "requestBody": { @@ -130769,7 +130757,7 @@ "type": "integer" }, "user": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/nullable-simple-user" }, "body": { "description": "The text of the comment.", diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 0a43113bf..7ae569c94 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -25255,15 +25255,8 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/workflow-id" responses: - '200': + '204': description: Response - content: - application/json: - schema: - "$ref": "#/components/schemas/workflow-dispatch-response" - examples: - default: - "$ref": "#/components/examples/workflow-dispatch-response" requestBody: required: true content: @@ -96367,7 +96360,7 @@ components: example: 8 type: integer user: - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/nullable-simple-user" body: description: The text of the comment. example: We should probably include a check for null values here. diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index d6637ff38..d9ef1ffee 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -34869,20 +34869,8 @@ } ], "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/workflow-dispatch-response" - }, - "examples": { - "default": { - "$ref": "#/components/examples/workflow-dispatch-response" - } - } - } - } + "204": { + "description": "Response" } }, "requestBody": { @@ -130769,7 +130757,7 @@ "type": "integer" }, "user": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/nullable-simple-user" }, "body": { "description": "The text of the comment.", diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 0a43113bf..7ae569c94 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -25255,15 +25255,8 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/workflow-id" responses: - '200': + '204': description: Response - content: - application/json: - schema: - "$ref": "#/components/schemas/workflow-dispatch-response" - examples: - default: - "$ref": "#/components/examples/workflow-dispatch-response" requestBody: required: true content: @@ -96367,7 +96360,7 @@ components: example: 8 type: integer user: - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/nullable-simple-user" body: description: The text of the comment. example: We should probably include a check for null values here. diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index b59a9a31e..fc2f5deba 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -232527,48 +232527,8 @@ } ], "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "title": "Workflow Dispatch Response", - "description": "Response containing the workflow run ID and URLs.", - "type": "object", - "properties": { - "workflow_run_id": { - "title": "Workflow Run ID", - "description": "The ID of the workflow run.", - "type": "integer", - "format": "int64" - }, - "run_url": { - "type": "string", - "format": "uri", - "description": "The URL to the workflow run." - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "workflow_run_id", - "run_url", - "html_url" - ] - }, - "examples": { - "default": { - "value": { - "workflow_run_id": 1, - "run_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/1", - "html_url": "https://github.com/octo-org/octo-repo/actions/runs/1" - } - } - } - } - } + "204": { + "description": "Response" } }, "requestBody": { @@ -423069,7 +423029,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -442815,7 +442776,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -443350,7 +443312,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -443924,7 +443887,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -456492,7 +456456,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -457113,7 +457078,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -457776,7 +457742,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 2a74a3f1c..ce44ddeb2 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -54484,37 +54484,8 @@ paths: - *328 - *379 responses: - '200': + '204': description: Response - content: - application/json: - schema: - title: Workflow Dispatch Response - description: Response containing the workflow run ID and URLs. - type: object - properties: - workflow_run_id: - title: Workflow Run ID - description: The ID of the workflow run. - type: integer - format: int64 - run_url: - type: string - format: uri - description: The URL to the workflow run. - html_url: - type: string - format: uri - required: - - workflow_run_id - - run_url - - html_url - examples: - default: - value: - workflow_run_id: 1 - run_url: https://api.github.com/repos/octo-org/octo-repo/actions/runs/1 - html_url: https://github.com/octo-org/octo-repo/actions/runs/1 requestBody: required: true content: @@ -80700,7 +80671,13 @@ paths: description: The comment ID to reply to. example: 8 type: integer - user: *4 + user: + title: Simple User + description: A GitHub user. + type: object + properties: *20 + required: *21 + nullable: true body: description: The text of the comment. example: We should probably include a check for null diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index b59a9a31e..fc2f5deba 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -232527,48 +232527,8 @@ } ], "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "title": "Workflow Dispatch Response", - "description": "Response containing the workflow run ID and URLs.", - "type": "object", - "properties": { - "workflow_run_id": { - "title": "Workflow Run ID", - "description": "The ID of the workflow run.", - "type": "integer", - "format": "int64" - }, - "run_url": { - "type": "string", - "format": "uri", - "description": "The URL to the workflow run." - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "workflow_run_id", - "run_url", - "html_url" - ] - }, - "examples": { - "default": { - "value": { - "workflow_run_id": 1, - "run_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/1", - "html_url": "https://github.com/octo-org/octo-repo/actions/runs/1" - } - } - } - } - } + "204": { + "description": "Response" } }, "requestBody": { @@ -423069,7 +423029,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -442815,7 +442776,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -443350,7 +443312,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -443924,7 +443887,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -456492,7 +456456,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -457113,7 +457078,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -457776,7 +457742,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 2a74a3f1c..ce44ddeb2 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -54484,37 +54484,8 @@ paths: - *328 - *379 responses: - '200': + '204': description: Response - content: - application/json: - schema: - title: Workflow Dispatch Response - description: Response containing the workflow run ID and URLs. - type: object - properties: - workflow_run_id: - title: Workflow Run ID - description: The ID of the workflow run. - type: integer - format: int64 - run_url: - type: string - format: uri - description: The URL to the workflow run. - html_url: - type: string - format: uri - required: - - workflow_run_id - - run_url - - html_url - examples: - default: - value: - workflow_run_id: 1 - run_url: https://api.github.com/repos/octo-org/octo-repo/actions/runs/1 - html_url: https://github.com/octo-org/octo-repo/actions/runs/1 requestBody: required: true content: @@ -80700,7 +80671,13 @@ paths: description: The comment ID to reply to. example: 8 type: integer - user: *4 + user: + title: Simple User + description: A GitHub user. + type: object + properties: *20 + required: *21 + nullable: true body: description: The text of the comment. example: We should probably include a check for null diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index fd6f9e06e..cde78485e 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -284918,48 +284918,8 @@ } ], "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "title": "Workflow Dispatch Response", - "description": "Response containing the workflow run ID and URLs.", - "type": "object", - "properties": { - "workflow_run_id": { - "title": "Workflow Run ID", - "description": "The ID of the workflow run.", - "type": "integer", - "format": "int64" - }, - "run_url": { - "type": "string", - "format": "uri", - "description": "The URL to the workflow run." - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "workflow_run_id", - "run_url", - "html_url" - ] - }, - "examples": { - "default": { - "value": { - "workflow_run_id": 1, - "run_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/1", - "html_url": "https://github.com/octo-org/octo-repo/actions/runs/1" - } - } - } - } - } + "204": { + "description": "Response" } }, "requestBody": { @@ -481611,7 +481571,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -501476,7 +501437,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -502011,7 +501973,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -502585,7 +502548,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -515177,7 +515141,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -515798,7 +515763,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -516461,7 +516427,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 5fe83bcff..b6912c2ea 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -66691,37 +66691,8 @@ paths: - *460 - *497 responses: - '200': + '204': description: Response - content: - application/json: - schema: - title: Workflow Dispatch Response - description: Response containing the workflow run ID and URLs. - type: object - properties: - workflow_run_id: - title: Workflow Run ID - description: The ID of the workflow run. - type: integer - format: int64 - run_url: - type: string - format: uri - description: The URL to the workflow run. - html_url: - type: string - format: uri - required: - - workflow_run_id - - run_url - - html_url - examples: - default: - value: - workflow_run_id: 1 - run_url: https://api.github.com/repos/octo-org/octo-repo/actions/runs/1 - html_url: https://github.com/octo-org/octo-repo/actions/runs/1 requestBody: required: true content: @@ -93891,7 +93862,13 @@ paths: description: The comment ID to reply to. example: 8 type: integer - user: *4 + user: + title: Simple User + description: A GitHub user. + type: object + properties: *20 + required: *21 + nullable: true body: description: The text of the comment. example: We should probably include a check for null diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index fd6f9e06e..cde78485e 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -284918,48 +284918,8 @@ } ], "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "title": "Workflow Dispatch Response", - "description": "Response containing the workflow run ID and URLs.", - "type": "object", - "properties": { - "workflow_run_id": { - "title": "Workflow Run ID", - "description": "The ID of the workflow run.", - "type": "integer", - "format": "int64" - }, - "run_url": { - "type": "string", - "format": "uri", - "description": "The URL to the workflow run." - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "workflow_run_id", - "run_url", - "html_url" - ] - }, - "examples": { - "default": { - "value": { - "workflow_run_id": 1, - "run_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/1", - "html_url": "https://github.com/octo-org/octo-repo/actions/runs/1" - } - } - } - } - } + "204": { + "description": "Response" } }, "requestBody": { @@ -481611,7 +481571,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -501476,7 +501437,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -502011,7 +501973,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -502585,7 +502548,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -515177,7 +515141,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -515798,7 +515763,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -516461,7 +516427,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 5fe83bcff..b6912c2ea 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -66691,37 +66691,8 @@ paths: - *460 - *497 responses: - '200': + '204': description: Response - content: - application/json: - schema: - title: Workflow Dispatch Response - description: Response containing the workflow run ID and URLs. - type: object - properties: - workflow_run_id: - title: Workflow Run ID - description: The ID of the workflow run. - type: integer - format: int64 - run_url: - type: string - format: uri - description: The URL to the workflow run. - html_url: - type: string - format: uri - required: - - workflow_run_id - - run_url - - html_url - examples: - default: - value: - workflow_run_id: 1 - run_url: https://api.github.com/repos/octo-org/octo-repo/actions/runs/1 - html_url: https://github.com/octo-org/octo-repo/actions/runs/1 requestBody: required: true content: @@ -93891,7 +93862,13 @@ paths: description: The comment ID to reply to. example: 8 type: integer - user: *4 + user: + title: Simple User + description: A GitHub user. + type: object + properties: *20 + required: *21 + nullable: true body: description: The text of the comment. example: We should probably include a check for null diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index 76e23fbc5..9bf91be56 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -46772,20 +46772,8 @@ } ], "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/workflow-dispatch-response" - }, - "examples": { - "default": { - "$ref": "#/components/examples/workflow-dispatch-response" - } - } - } - } + "204": { + "description": "Response" } }, "requestBody": { @@ -151796,7 +151784,7 @@ "type": "integer" }, "user": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/nullable-simple-user" }, "body": { "description": "The text of the comment.", diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index 971b2b7cd..b71be8a9a 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -33800,15 +33800,8 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/workflow-id" responses: - '200': + '204': description: Response - content: - application/json: - schema: - "$ref": "#/components/schemas/workflow-dispatch-response" - examples: - default: - "$ref": "#/components/examples/workflow-dispatch-response" requestBody: required: true content: @@ -111549,7 +111542,7 @@ components: example: 8 type: integer user: - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/nullable-simple-user" body: description: The text of the comment. example: We should probably include a check for null values here. diff --git a/descriptions/ghec/ghec.json b/descriptions/ghec/ghec.json index 76e23fbc5..9bf91be56 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -46772,20 +46772,8 @@ } ], "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/workflow-dispatch-response" - }, - "examples": { - "default": { - "$ref": "#/components/examples/workflow-dispatch-response" - } - } - } - } + "204": { + "description": "Response" } }, "requestBody": { @@ -151796,7 +151784,7 @@ "type": "integer" }, "user": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/nullable-simple-user" }, "body": { "description": "The text of the comment.", diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index 971b2b7cd..b71be8a9a 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -33800,15 +33800,8 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/workflow-id" responses: - '200': + '204': description: Response - content: - application/json: - schema: - "$ref": "#/components/schemas/workflow-dispatch-response" - examples: - default: - "$ref": "#/components/examples/workflow-dispatch-response" requestBody: required: true content: @@ -111549,7 +111542,7 @@ components: example: 8 type: integer user: - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/nullable-simple-user" body: description: The text of the comment. example: We should probably include a check for null values here. diff --git a/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json index 614ab4185..9c63e085d 100644 --- a/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json +++ b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json @@ -378165,7 +378165,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -398583,7 +398584,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -399118,7 +399120,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -399692,7 +399695,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -409273,7 +409277,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -409894,7 +409899,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", @@ -410557,7 +410563,8 @@ "subscriptions_url", "type", "url" - ] + ], + "nullable": true }, "body": { "description": "The text of the comment.", diff --git a/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml index 28833ddcb..d82650cc6 100644 --- a/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml +++ b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml @@ -68490,7 +68490,13 {"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}