diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index 4e455230b0..decec0b94b 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -5133,7 +5133,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" @@ -128851,6 +128851,14 @@ "examples": [ 2 ] + }, + "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": [ @@ -185962,7 +185970,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": { @@ -185999,6 +186007,7 @@ "type": "string" }, "events": { + "description": "", "type": "array", "items": { "type": "string", diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index 2e2efa6b01..ddd2271934 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -3629,7 +3629,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 @@ -93479,6 +93480,13 @@ components: - 'null' examples: - 2 + 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 @@ -135346,7 +135354,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 @@ -135375,6 +135383,7 @@ components: created_at: type: string events: + description: '' type: array items: type: string diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 4e455230b0..decec0b94b 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -5133,7 +5133,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" @@ -128851,6 +128851,14 @@ "examples": [ 2 ] + }, + "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": [ @@ -185962,7 +185970,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": { @@ -185999,6 +186007,7 @@ "type": "string" }, "events": { + "description": "", "type": "array", "items": { "type": "string", diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 2e2efa6b01..ddd2271934 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -3629,7 +3629,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 @@ -93479,6 +93480,13 @@ components: - 'null' examples: - 2 + 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 @@ -135346,7 +135354,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 @@ -135375,6 +135383,7 @@ components: created_at: type: string events: + description: '' type: array items: type: string diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 0191caba96..f08ad71f73 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -48217,7 +48217,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" @@ -475327,6 +475327,14 @@ "examples": [ 2 ] + }, + "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": [ @@ -944609,7 +944617,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": { @@ -944646,6 +944654,7 @@ "type": "string" }, "events": { + "description": "", "type": "array", "items": { "type": "string", diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 79f7c03237..0fa60ff0e9 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -14009,7 +14009,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 @@ -83936,6 +83937,13 @@ paths: - 'null' examples: - 2 + 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 @@ -143998,8 +144006,8 @@ webhooks: - deleted enterprise: *648 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: @@ -144027,6 +144035,7 @@ webhooks: created_at: type: string events: + description: '' type: array items: type: string diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index 0191caba96..f08ad71f73 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -48217,7 +48217,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" @@ -475327,6 +475327,14 @@ "examples": [ 2 ] + }, + "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": [ @@ -944609,7 +944617,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": { @@ -944646,6 +944654,7 @@ "type": "string" }, "events": { + "description": "", "type": "array", "items": { "type": "string", diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index 79f7c03237..0fa60ff0e9 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -14009,7 +14009,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 @@ -83936,6 +83937,13 @@ paths: - 'null' examples: - 2 + 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 @@ -143998,8 +144006,8 @@ webhooks: - deleted enterprise: *648 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: @@ -144027,6 +144035,7 @@ webhooks: created_at: type: string events: + description: '' type: array items: type: string diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index 530c500759..ad3bed7020 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -76080,7 +76080,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" @@ -515565,6 +515565,14 @@ "examples": [ 2 ] + }, + "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": [ @@ -1037162,7 +1037170,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": { @@ -1037199,6 +1037207,7 @@ "type": "string" }, "events": { + "description": "", "type": "array", "items": { "type": "string", diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index f9f03fd80c..35356e9dc6 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -23193,7 +23193,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 @@ -92618,6 +92619,13 @@ paths: - 'null' examples: - 2 + 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 @@ -156377,8 +156385,8 @@ webhooks: - deleted enterprise: *752 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: @@ -156406,6 +156414,7 @@ webhooks: created_at: type: string events: + description: '' type: array items: type: string diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 530c500759..ad3bed7020 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -76080,7 +76080,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" @@ -515565,6 +515565,14 @@ "examples": [ 2 ] + }, + "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": [ @@ -1037162,7 +1037170,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": { @@ -1037199,6 +1037207,7 @@ "type": "string" }, "events": { + "description": "", "type": "array", "items": { "type": "string", diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index f9f03fd80c..35356e9dc6 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -23193,7 +23193,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 @@ -92618,6 +92619,13 @@ paths: - 'null' examples: - 2 + 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 @@ -156377,8 +156385,8 @@ webhooks: - deleted enterprise: *752 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: @@ -156406,6 +156414,7 @@ webhooks: created_at: type: string events: + description: '' type: array items: type: string diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index 2b08b9c9e7..e95cf9d6b1 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -10849,7 +10849,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" @@ -143429,6 +143429,14 @@ "examples": [ 2 ] + }, + "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": [ @@ -202131,7 +202139,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": { @@ -202168,6 +202176,7 @@ "type": "string" }, "events": { + "description": "", "type": "array", "items": { "type": "string", diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index c89099b375..9fc59f0ca3 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -7691,7 +7691,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 @@ -103993,6 +103994,13 @@ components: - 'null' examples: - 2 + 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 @@ -146984,7 +146992,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 @@ -147013,6 +147021,7 @@ components: created_at: type: string events: + description: '' type: array items: type: string diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index 2b08b9c9e7..e95cf9d6b1 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -10849,7 +10849,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" @@ -143429,6 +143429,14 @@ "examples": [ 2 ] + }, + "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": [ @@ -202131,7 +202139,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": { @@ -202168,6 +202176,7 @@ "type": "string" }, "events": { + "description": "", "type": "array", "items": { "type": "string", diff --git a/descriptions-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index c89099b375..9fc59f0ca3 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -7691,7 +7691,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 @@ -103993,6 +103994,13 @@ components: - 'null' examples: - 2 + 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 @@ -146984,7 +146992,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 @@ -147013,6 +147021,7 @@ components: created_at: type: string events: + description: '' type: array items: type: string diff --git a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json index 2adc6d0b14..de54062415 100644 --- a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json +++ b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json @@ -71448,7 +71448,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" @@ -422552,6 +422552,14 @@ "examples": [ 2 ] + }, + "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": [ @@ -826434,7 +826442,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": { @@ -826471,6 +826479,7 @@ "type": "string" }, "events": { + "description": "", "type": "array", "items": { "type": "string", diff --git a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml index 3fcdb2a7bd..59f8a737a8 100644 --- a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml +++ b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml @@ -20455,7 +20455,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 @@ -75099,6 +75100,13 @@ paths: - 'null' examples: - 2 + 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 @@ -132542,8 +132550,8 @@ webhooks: - deleted enterprise: *592 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: @@ -132571,6 +132579,7 @@ webhooks: created_at: type: string events: + description: '' type: array items: type: string diff --git a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.json b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.json index 2adc6d0b14..de54062415 100644 --- a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.json +++ b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.json @@ -71448,7 +71448,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" @@ -422552,6 +422552,14 @@ "examples": [ 2 ] + }, + "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": [ @@ -826434,7 +826442,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": { @@ -826471,6 +826479,7 @@ "type": "string" }, "events": { + "description": "", "type": "array", "items": { "type": "string", diff --git a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.yaml b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.yaml index 3fcdb2a7bd..59f8a737a8 100644 --- a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.yaml +++ b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.yaml @@ -20455,7 +20455,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 @@ -75099,6 +75100,13 @@ paths: - 'null' examples: - 2 + 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 @@ -132542,8 +132550,8 @@ webhooks: - deleted enterprise: *592 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: @@ -132571,6 +132579,7 @@ webhooks: created_at: type: string events: + description: '' type: array items: type: string diff --git a/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.json b/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.json index 7411ce1f6f..aed3ab5556 100644 --- a/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.json +++ b/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.json @@ -11137,7 +11137,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" @@ -120272,6 +120272,14 @@ "examples": [ 2 ] + }, + "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": [ @@ -176138,7 +176146,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": { @@ -176175,6 +176183,7 @@ "type": "string" }, "events": { + "description": "", "type": "array", "items": { "type": "string", diff --git a/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.yaml b/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.yaml index b0db5305ec..bbb0b8d7e1 100644 --- a/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.yaml +++ b/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.yaml @@ -7801,7 +7801,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 @@ -86370,6 +86371,13 @@ components: - 'null' examples: - 2 + 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 @@ -127318,7 +127326,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 @@ -127347,6 +127355,7 @@ components: created_at: type: string events: + description: '' type: array items: type: string diff --git a/descriptions-next/ghes-3.13/ghes-3.13.json b/descriptions-next/ghes-3.13/ghes-3.13.json index 7411ce1f6f..aed3ab5556 100644 --- a/descriptions-next/ghes-3.13/ghes-3.13.json +++ b/descriptions-next/ghes-3.13/ghes-3.13.json @@ -11137,7 +11137,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" @@ -120272,6 +120272,14 @@ "examples": [ 2 ] + }, + "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": [ @@ -176138,7 +176146,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": { @@ -176175,6 +176183,7 @@ "type": "string" }, "events": { + "description": "", "type": "array", "items": { "type": "string", diff --git a/descriptions-next/ghes-3.13/ghes-3.13.yaml b/descriptions-next/ghes-3.13/ghes-3.13.yaml index b0db5305ec..bbb0b8d7e1 100644 --- a/descriptions-next/ghes-3.13/ghes-3.13.yaml +++ b/descriptions-next/ghes-3.13/ghes-3.13.yaml @@ -7801,7 +7801,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 @@ -86370,6 +86371,13 @@ components: - 'null' examples: - 2 + 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 @@ -127318,7 +127326,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 @@ -127347,6 +127355,7 @@ components: created_at: type: string events: + description: '' type: array items: type: string diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json index d4c22516e3..c869e5670b 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json @@ -71448,7 +71448,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" @@ -426128,6 +426128,14 @@ "examples": [ 2 ] + }, + "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": [ @@ -842343,7 +842351,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": { @@ -842380,6 +842388,7 @@ "type": "string" }, "events": { + "description": "", "type": "array", "items": { "type": "string", diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}