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"{"code":"deadline_exceeded","msg":"operation timed out"}