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 ca62bc472b..5412c00934 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 @@ -5097,7 +5097,7 @@ "/markdown": { "post": { "summary": "Render a Markdown document", - "description": "", + "description": "Depending on what is rendered in the Markdown, you may need to provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`.", "operationId": "markdown/render", "tags": [ "markdown" @@ -125690,6 +125690,14 @@ "example": 2, "type": "integer", "nullable": true + }, + "subject_type": { + "description": "The level at which the comment is targeted, can be a diff line or a file.", + "type": "string", + "enum": [ + "line", + "file" + ] } }, "required": [ @@ -180789,7 +180797,7 @@ "$ref": "#/components/schemas/enterprise-webhooks" }, "hook": { - "description": "The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", + "description": "The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", "type": "object", "properties": { "active": { @@ -180826,6 +180834,7 @@ "type": "string" }, "events": { + "description": "", "type": "array", "items": { "type": "string", 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 8a23d4a1ad..4e06f7d9fc 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 @@ -3613,7 +3613,8 @@ paths: "/markdown": post: summary: Render a Markdown document - description: '' + description: Depending on what is rendered in the Markdown, you may need to + provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`. operationId: markdown/render tags: - markdown @@ -92822,6 +92823,13 @@ components: example: 2 type: integer nullable: true + subject_type: + description: The level at which the comment is targeted, can be a diff line + or a file. + type: string + enum: + - line + - file required: - id - node_id @@ -133992,7 +134000,7 @@ components: enterprise: "$ref": "#/components/schemas/enterprise-webhooks" hook: - description: 'The modified webhook. This will contain different keys based + description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.' type: object @@ -134021,6 +134029,7 @@ components: created_at: type: string events: + description: '' type: array items: type: string diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index ca62bc472b..5412c00934 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -5097,7 +5097,7 @@ "/markdown": { "post": { "summary": "Render a Markdown document", - "description": "", + "description": "Depending on what is rendered in the Markdown, you may need to provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`.", "operationId": "markdown/render", "tags": [ "markdown" @@ -125690,6 +125690,14 @@ "example": 2, "type": "integer", "nullable": true + }, + "subject_type": { + "description": "The level at which the comment is targeted, can be a diff line or a file.", + "type": "string", + "enum": [ + "line", + "file" + ] } }, "required": [ @@ -180789,7 +180797,7 @@ "$ref": "#/components/schemas/enterprise-webhooks" }, "hook": { - "description": "The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", + "description": "The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", "type": "object", "properties": { "active": { @@ -180826,6 +180834,7 @@ "type": "string" }, "events": { + "description": "", "type": "array", "items": { "type": "string", diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 8a23d4a1ad..4e06f7d9fc 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -3613,7 +3613,8 @@ paths: "/markdown": post: summary: Render a Markdown document - description: '' + description: Depending on what is rendered in the Markdown, you may need to + provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`. operationId: markdown/render tags: - markdown @@ -92822,6 +92823,13 @@ components: example: 2 type: integer nullable: true + subject_type: + description: The level at which the comment is targeted, can be a diff line + or a file. + type: string + enum: + - line + - file required: - id - node_id @@ -133992,7 +134000,7 @@ components: enterprise: "$ref": "#/components/schemas/enterprise-webhooks" hook: - description: 'The modified webhook. This will contain different keys based + description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.' type: object @@ -134021,6 +134029,7 @@ components: created_at: type: string events: + description: '' type: array items: type: string 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 259f2dd822..cdc15b5856 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 @@ -41830,7 +41830,7 @@ "/markdown": { "post": { "summary": "Render a Markdown document", - "description": "", + "description": "Depending on what is rendered in the Markdown, you may need to provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`.", "operationId": "markdown/render", "tags": [ "markdown" @@ -402552,6 +402552,14 @@ "example": 2, "type": "integer", "nullable": true + }, + "subject_type": { + "description": "The level at which the comment is targeted, can be a diff line or a file.", + "type": "string", + "enum": [ + "line", + "file" + ] } }, "required": [ @@ -799137,7 +799145,7 @@ ] }, "hook": { - "description": "The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", + "description": "The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", "type": "object", "properties": { "active": { @@ -799174,6 +799182,7 @@ "type": "string" }, "events": { + "description": "", "type": "array", "items": { "type": "string", 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 b8eec3a97b..0e6bdfccca 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 @@ -13541,7 +13541,8 @@ paths: "/markdown": post: summary: Render a Markdown document - description: '' + description: Depending on what is rendered in the Markdown, you may need to + provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`. operationId: markdown/render tags: - markdown @@ -81959,6 +81960,13 @@ paths: example: 2 type: integer nullable: true + subject_type: + description: The level at which the comment is targeted, can + be a diff line or a file. + type: string + enum: + - line + - file required: - id - node_id @@ -140831,8 +140839,8 @@ x-webhooks: - deleted enterprise: *673 hook: - description: 'The modified webhook. This will contain different - keys based on the type of webhook it is: repository, organization, + description: 'The deleted webhook. This will contain different keys + based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.' type: object properties: @@ -140860,6 +140868,7 @@ x-webhooks: created_at: type: string events: + description: '' type: array items: type: string 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 259f2dd822..cdc15b5856 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -41830,7 +41830,7 @@ "/markdown": { "post": { "summary": "Render a Markdown document", - "description": "", + "description": "Depending on what is rendered in the Markdown, you may need to provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`.", "operationId": "markdown/render", "tags": [ "markdown" @@ -402552,6 +402552,14 @@ "example": 2, "type": "integer", "nullable": true + }, + "subject_type": { + "description": "The level at which the comment is targeted, can be a diff line or a file.", + "type": "string", + "enum": [ + "line", + "file" + ] } }, "required": [ @@ -799137,7 +799145,7 @@ ] }, "hook": { - "description": "The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", + "description": "The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", "type": "object", "properties": { "active": { @@ -799174,6 +799182,7 @@ "type": "string" }, "events": { + "description": "", "type": "array", "items": { "type": "string", 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 b8eec3a97b..0e6bdfccca 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -13541,7 +13541,8 @@ paths: "/markdown": post: summary: Render a Markdown document - description: '' + description: Depending on what is rendered in the Markdown, you may need to + provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`. operationId: markdown/render tags: - markdown @@ -81959,6 +81960,13 @@ paths: example: 2 type: integer nullable: true + subject_type: + description: The level at which the comment is targeted, can + be a diff line or a file. + type: string + enum: + - line + - file required: - id - node_id @@ -140831,8 +140839,8 @@ x-webhooks: - deleted enterprise: *673 hook: - description: 'The modified webhook. This will contain different - keys based on the type of webhook it is: repository, organization, + description: 'The deleted webhook. This will contain different keys + based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.' type: object properties: @@ -140860,6 +140868,7 @@ x-webhooks: created_at: type: string events: + description: '' type: array items: type: string diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index 5340171ce1..46a6de29d2 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -67947,7 +67947,7 @@ "/markdown": { "post": { "summary": "Render a Markdown document", - "description": "", + "description": "Depending on what is rendered in the Markdown, you may need to provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`.", "operationId": "markdown/render", "tags": [ "markdown" @@ -440178,6 +440178,14 @@ "example": 2, "type": "integer", "nullable": true + }, + "subject_type": { + "description": "The level at which the comment is targeted, can be a diff line or a file.", + "type": "string", + "enum": [ + "line", + "file" + ] } }, "required": [ @@ -881092,7 +881100,7 @@ ] }, "hook": { - "description": "The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", + "description": "The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", "type": "object", "properties": { "active": { @@ -881129,6 +881137,7 @@ "type": "string" }, "events": { + "description": "", "type": "array", "items": { "type": "string", diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index dd17f5a525..b9e8db34e7 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -22550,7 +22550,8 @@ paths: "/markdown": post: summary: Render a Markdown document - description: '' + description: Depending on what is rendered in the Markdown, you may need to + provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`. operationId: markdown/render tags: - markdown @@ -90539,6 +90540,13 @@ paths: example: 2 type: integer nullable: true + subject_type: + description: The level at which the comment is targeted, can + be a diff line or a file. + type: string + enum: + - line + - file required: - id - node_id @@ -153017,8 +153025,8 @@ x-webhooks: - deleted enterprise: *777 hook: - description: 'The modified webhook. This will contain different - keys based on the type of webhook it is: repository, organization, + description: 'The deleted webhook. This will contain different keys + based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.' type: object properties: @@ -153046,6 +153054,7 @@ x-webhooks: created_at: type: string events: + description: '' type: array items: type: string diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index 5340171ce1..46a6de29d2 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -67947,7 +67947,7 @@ "/markdown": { "post": { "summary": "Render a Markdown document", - "description": "", + "description": "Depending on what is rendered in the Markdown, you may need to provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`.", "operationId": "markdown/render", "tags": [ "markdown" @@ -440178,6 +440178,14 @@ "example": 2, "type": "integer", "nullable": true + }, + "subject_type": { + "description": "The level at which the comment is targeted, can be a diff line or a file.", + "type": "string", + "enum": [ + "line", + "file" + ] } }, "required": [ @@ -881092,7 +881100,7 @@ ] }, "hook": { - "description": "The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", + "description": "The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", "type": "object", "properties": { "active": { @@ -881129,6 +881137,7 @@ "type": "string" }, "events": { + "description": "", "type": "array", "items": { "type": "string", diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index dd17f5a525..b9e8db34e7 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -22550,7 +22550,8 @@ paths: "/markdown": post: summary: Render a Markdown document - description: '' + description: Depending on what is rendered in the Markdown, you may need to + provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`. operationId: markdown/render tags: - markdown @@ -90539,6 +90540,13 @@ paths: example: 2 type: integer nullable: true + subject_type: + description: The level at which the comment is targeted, can + be a diff line or a file. + type: string + enum: + - line + - file required: - id - node_id @@ -153017,8 +153025,8 @@ x-webhooks: - deleted enterprise: *777 hook: - description: 'The modified webhook. This will contain different - keys based on the type of webhook it is: repository, organization, + description: 'The deleted webhook. This will contain different keys + based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.' type: object properties: @@ -153046,6 +153054,7 @@ x-webhooks: created_at: type: string events: + description: '' type: array items: type: string diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index 4487da29b2..1deef6086b 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -10803,7 +10803,7 @@ "/markdown": { "post": { "summary": "Render a Markdown document", - "description": "", + "description": "Depending on what is rendered in the Markdown, you may need to provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`.", "operationId": "markdown/render", "tags": [ "markdown" @@ -140038,6 +140038,14 @@ "example": 2, "type": "integer", "nullable": true + }, + "subject_type": { + "description": "The level at which the comment is targeted, can be a diff line or a file.", + "type": "string", + "enum": [ + "line", + "file" + ] } }, "required": [ @@ -196580,7 +196588,7 @@ "$ref": "#/components/schemas/enterprise-webhooks" }, "hook": { - "description": "The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", + "description": "The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", "type": "object", "properties": { "active": { @@ -196617,6 +196625,7 @@ "type": "string" }, "events": { + "description": "", "type": "array", "items": { "type": "string", diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index d50eb79986..bfb1a4ea85 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -7670,7 +7670,8 @@ paths: "/markdown": post: summary: Render a Markdown document - description: '' + description: Depending on what is rendered in the Markdown, you may need to + provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`. operationId: markdown/render tags: - markdown @@ -103221,6 +103222,13 @@ components: example: 2 type: integer nullable: true + subject_type: + description: The level at which the comment is targeted, can be a diff line + or a file. + type: string + enum: + - line + - file required: - id - node_id @@ -145441,7 +145449,7 @@ components: enterprise: "$ref": "#/components/schemas/enterprise-webhooks" hook: - description: 'The modified webhook. This will contain different keys based + description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.' type: object @@ -145470,6 +145478,7 @@ components: created_at: type: string events: + description: '' type: array items: type: string diff --git a/descriptions/ghec/ghec.json b/descriptions/ghec/ghec.json index 4487da29b2..1deef6086b 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -10803,7 +10803,7 @@ "/markdown": { "post": { "summary": "Render a Markdown document", - "description": "", + "description": "Depending on what is rendered in the Markdown, you may need to provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`.", "operationId": "markdown/render", "tags": [ "markdown" @@ -140038,6 +140038,14 @@ "example": 2, "type": "integer", "nullable": true + }, + "subject_type": { + "description": "The level at which the comment is targeted, can be a diff line or a file.", + "type": "string", + "enum": [ + "line", + "file" + ] } }, "required": [ @@ -196580,7 +196588,7 @@ "$ref": "#/components/schemas/enterprise-webhooks" }, "hook": { - "description": "The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", + "description": "The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", "type": "object", "properties": { "active": { @@ -196617,6 +196625,7 @@ "type": "string" }, "events": { + "description": "", "type": "array", "items": { "type": "string", diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index d50eb79986..bfb1a4ea85 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -7670,7 +7670,8 @@ paths: "/markdown": post: summary: Render a Markdown document - description: '' + description: Depending on what is rendered in the Markdown, you may need to + provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`. operationId: markdown/render tags: - markdown @@ -103221,6 +103222,13 @@ components: example: 2 type: integer nullable: true + subject_type: + description: The level at which the comment is targeted, can be a diff line + or a file. + type: string + enum: + - line + - file required: - id - node_id @@ -145441,7 +145449,7 @@ components: enterprise: "$ref": "#/components/schemas/enterprise-webhooks" hook: - description: 'The modified webhook. This will contain different keys based + description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.' type: object @@ -145470,6 +145478,7 @@ components: created_at: type: string events: + description: '' type: array items: type: string diff --git a/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json b/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json index 1571982b8e..4473f49180 100644 --- a/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json +++ b/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json @@ -62923,7 +62923,7 @@ "/markdown": { "post": { "summary": "Render a Markdown document", - "description": "", + "description": "Depending on what is rendered in the Markdown, you may need to provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`.", "operationId": "markdown/render", "tags": [ "markdown" @@ -357492,6 +357492,14 @@ "example": 2, "type": "integer", "nullable": true + }, + "subject_type": { + "description": "The level at which the comment is targeted, can be a diff line or a file.", + "type": "string", + "enum": [ + "line", + "file" + ] } }, "required": [ @@ -699545,7 +699553,7 @@ ] }, "hook": { - "description": "The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", + "description": "The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", "type": "object", "properties": { "active": { @@ -699582,6 +699590,7 @@ "type": "string" }, "events": { + "description": "", "type": "array", "items": { "type": "string", diff --git a/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml b/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml index ef5bcb3d84..417c48ca72 100644 --- a/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml +++ b/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml @@ -19925,7 +19925,8 @@ paths: "/markdown": post: summary: Render a Markdown document - description: '' + description: Depending on what is rendered in the Markdown, you may need to + provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`. operationId: markdown/render tags: - markdown @@ -73365,6 +73366,13 @@ paths: example: 2 type: integer nullable: true + subject_type: + description: The level at which the comment is targeted, can + be a diff line or a file. + type: string + enum: + - line + - file required: - id - node_id @@ -129643,8 +129651,8 @@ x-webhooks: - deleted enterprise: *609 hook: - description: 'The modified webhook. This will contain different - keys based on the type of webhook it is: repository, organization, + description: 'The deleted webhook. This will contain different keys + based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.' type: object properties: @@ -129672,6 +129680,7 @@ x-webhooks: created_at: type: string events: + description: '' type: array items: type: string diff --git a/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.json b/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.json index 1571982b8e..4473f49180 100644 --- a/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.json +++ b/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.json @@ -62923,7 +62923,7 @@ "/markdown": { "post": { "summary": "Render a Markdown document", - "description": "", + "description": "Depending on what is rendered in the Markdown, you may need to provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`.", "operationId": "markdown/render", "tags": [ "markdown" @@ -357492,6 +357492,14 @@ "example": 2, "type": "integer", "nullable": true + }, + "subject_type": { + "description": "The level at which the comment is targeted, can be a diff line or a file.", + "type": "string", + "enum": [ + "line", + "file" + ] } }, "required": [ @@ -699545,7 +699553,7 @@ ] }, "hook": { - "description": "The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", + "description": "The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", "type": "object", "properties": { "active": { @@ -699582,6 +699590,7 @@ "type": "string" }, "events": { + "description": "", "type": "array", "items": { "type": "string", diff --git a/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.yaml b/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.yaml index ef5bcb3d84..417c48ca72 100644 --- a/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.yaml +++ b/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.yaml @@ -19925,7 +19925,8 @@ paths: "/markdown": post: summary: Render a Markdown document - description: '' + description: Depending on what is rendered in the Markdown, you may need to + provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`. operationId: markdown/render tags: - markdown @@ -73365,6 +73366,13 @@ paths: example: 2 type: integer nullable: true + subject_type: + description: The level at which the comment is targeted, can + be a diff line or a file. + type: string + enum: + - line + - file required: - id - node_id @@ -129643,8 +129651,8 @@ x-webhooks: - deleted enterprise: *609 hook: - description: 'The modified webhook. This will contain different - keys based on the type of webhook it is: repository, organization, + description: 'The deleted webhook. This will contain different keys + based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.' type: object properties: @@ -129672,6 +129680,7 @@ x-webhooks: created_at: type: string events: + description: '' type: array items: type: string diff --git a/descriptions/ghes-3.13/ghes-3.13.2022-11-28.json b/descriptions/ghes-3.13/ghes-3.13.2022-11-28.json index 52ae2d7ef8..02f6ab9c81 100644 --- a/descriptions/ghes-3.13/ghes-3.13.2022-11-28.json +++ b/descriptions/ghes-3.13/ghes-3.13.2022-11-28.json @@ -11079,7 +11079,7 @@ "/markdown": { "post": { "summary": "Render a Markdown document", - "description": "", + "description": "Depending on what is rendered in the Markdown, you may need to provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`.", "operationId": "markdown/render", "tags": [ "markdown" @@ -117268,6 +117268,14 @@ "example": 2, "type": "integer", "nullable": true + }, + "subject_type": { + "description": "The level at which the comment is targeted, can be a diff line or a file.", + "type": "string", + "enum": [ + "line", + "file" + ] } }, "required": [ @@ -171262,7 +171270,7 @@ "$ref": "#/components/schemas/enterprise-webhooks" }, "hook": { - "description": "The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", + "description": "The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", "type": "object", "properties": { "active": { @@ -171299,6 +171307,7 @@ "type": "string" }, "events": { + "description": "", "type": "array", "items": { "type": "string", diff --git a/descriptions/ghes-3.13/ghes-3.13.2022-11-28.yaml b/descriptions/ghes-3.13/ghes-3.13.2022-11-28.yaml index 9e852c56ce..766f3ae4cc 100644 --- a/descriptions/ghes-3.13/ghes-3.13.2022-11-28.yaml +++ b/descriptions/ghes-3.13/ghes-3.13.2022-11-28.yaml @@ -7774,7 +7774,8 @@ paths: "/markdown": post: summary: Render a Markdown document - description: '' + description: Depending on what is rendered in the Markdown, you may need to + provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`. operationId: markdown/render tags: - markdown @@ -85591,6 +85592,13 @@ components: example: 2 type: integer nullable: true + subject_type: + description: The level at which the comment is targeted, can be a diff line + or a file. + type: string + enum: + - line + - file required: - id - node_id @@ -125908,7 +125916,7 @@ components: enterprise: "$ref": "#/components/schemas/enterprise-webhooks" hook: - description: 'The modified webhook. This will contain different keys based + description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.' type: object @@ -125937,6 +125945,7 @@ components: created_at: type: string events: + description: '' type: array items: type: string diff --git a/descriptions/ghes-3.13/ghes-3.13.json b/descriptions/ghes-3.13/ghes-3.13.json index 52ae2d7ef8..02f6ab9c81 100644 --- a/descriptions/ghes-3.13/ghes-3.13.json +++ b/descriptions/ghes-3.13/ghes-3.13.json @@ -11079,7 +11079,7 @@ "/markdown": { "post": { "summary": "Render a Markdown document", - "description": "", + "description": "Depending on what is rendered in the Markdown, you may need to provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`.", "operationId": "markdown/render", "tags": [ "markdown" @@ -117268,6 +117268,14 @@ "example": 2, "type": "integer", "nullable": true + }, + "subject_type": { + "description": "The level at which the comment is targeted, can be a diff line or a file.", + "type": "string", + "enum": [ + "line", + "file" + ] } }, "required": [ @@ -171262,7 +171270,7 @@ "$ref": "#/components/schemas/enterprise-webhooks" }, "hook": { - "description": "The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", + "description": "The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", "type": "object", "properties": { "active": { @@ -171299,6 +171307,7 @@ "type": "string" }, "events": { + "description": "", "type": "array", "items": { "type": "string", diff --git a/descriptions/ghes-3.13/ghes-3.13.yaml b/descriptions/ghes-3.13/ghes-3.13.yaml index 9e852c56ce..766f3ae4cc 100644 --- a/descriptions/ghes-3.13/ghes-3.13.yaml +++ b/descriptions/ghes-3.13/ghes-3.13.yaml @@ -7774,7 +7774,8 @@ paths: "/markdown": post: summary: Render a Markdown document - description: '' + description: Depending on what is rendered in the Markdown, you may need to + provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`. operationId: markdown/render tags: - markdown @@ -85591,6 +85592,13 @@ components: example: 2 type: integer nullable: true + subject_type: + description: The level at which the comment is targeted, can be a diff line + or a file. + type: string + enum: + - line + - file required: - id - node_id @@ -125908,7 +125916,7 @@ components: enterprise: "$ref": "#/components/schemas/enterprise-webhooks" hook: - description: 'The modified webhook. This will contain different keys based + description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.' type: object @@ -125937,6 +125945,7 @@ components: created_at: type: string events: + description: '' type: array items: type: string 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 78eaee88b9..e3ec8dd885 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 @@ -62923,7 +62923,7 @@ "/markdown": { "post": { "summary": "Render a Markdown document", - "description": "", + "description": "Depending on what is rendered in the Markdown, you may need to provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`.", "operationId": "markdown/render", "tags": [ "markdown" @@ -360674,6 +360674,14 @@ "example": 2, "type": "integer", "nullable": true + }, + "subject_type": { + "description": "The level at which the comment is targeted, can be a diff line or a file.", + "type": "string", + "enum": [ + "line", + "file" + ] } }, "required": [ @@ -713118,7 +713126,7 @@ ] }, "hook": { - "description": "The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", + "description": "The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", "type": "object", "properties": { "active": { @@ -713155,6 +713163,7 @@ "type": "string" }, "events": { + "description": "", "type": "array", "items": { "type": "string", 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 5e97a56351..d35594853e 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 @@ -19944,7 +19944,8 @@ paths: "/markdown": post: summary: Render a Markdown document - description: '' + description: Depending on what is rendered in the Markdown, you may need to + provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`. operationId: markdown/render tags: - markdown @@ -74421,6 +74422,13 @@ paths: example: 2 type: integer nullable: true + subject_type: + description: The level at which the comment is targeted, can + be a diff line or a file. + type: string + enum: + - line + - file required: - id - node_id @@ -131463,8 +131471,8 @@ x-webhooks: - deleted enterprise: *611 hook: - description: 'The modified webhook. This will contain different - keys based on the type of webhook it is: repository, organization, + description: 'The deleted webhook. This will contain different keys + based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.' type: object properties: @@ -131492,6 +131500,7 @@ x-webhooks: created_at: type: string events: + description: '' type: array items: type: string diff --git a/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.json b/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.json index 78eaee88b9..e3ec8dd885 100644 --- a/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.json +++ b/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.json @@ -62923,7 +62923,7 @@ "/markdown": { "post": { "summary": "Render a Markdown document", - "description": "", + "description": "Depending on what is rendered in the Markdown, you may need to provide additional token scopes for labels, such as `issues:read` or `pull_requests:read`.", "operationId": "markdown/render", "tags": [ "markdown" @@ -360674,6 +360674,14 @@ "example": 2, "type": "integer", "nullable": true + }, + "subject_type": { + "description": "The level at which the comment is targeted, can be a diff line or a file.", + "type": "string", + "enum": [ + "line", + "file" + ] } }, "required": [ @@ -713118,7 +713126,7 @@ ] }, "hook": { - "description": "The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", + "description": "The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.", "type": "object", "properties": { "active": { @@ -713155,6 +713163,7 @@ "type": "string" }, "events": { + {"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}