diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index 8e60ee4377..1c01724ee8 100644 --- a/src/github-apps/lib/config.json +++ b/src/github-apps/lib/config.json @@ -60,5 +60,5 @@ "2022-11-28" ] }, - "sha": "07ad382ef20044d677be30043639d31123370a49" + "sha": "566621f6c7794f7d31219ca5733da05b37ad57ce" } \ No newline at end of file diff --git a/src/rest/data/fpt-2022-11-28/schema.json b/src/rest/data/fpt-2022-11-28/schema.json index 8b77ae6e19..2257680469 100644 --- a/src/rest/data/fpt-2022-11-28/schema.json +++ b/src/rest/data/fpt-2022-11-28/schema.json @@ -352064,8 +352064,8 @@ "type": "array", "description": "List of teams assigned to the organization role", "items": { - "title": "Team", - "description": "Groups of organization members that gives permissions on specified repositories.", + "title": "A Role Assignment for a Team", + "description": "The Relationship a Team has with a role.", "type": "object", "properties": { "id": { @@ -352391,8 +352391,8 @@ "type": "array", "description": "List of users assigned to the organization role", "items": { - "title": "Simple User", - "description": "A GitHub user.", + "title": "A Role Assignment for a User", + "description": "The Relationship a User has with a role.", "type": "object", "properties": { "name": { diff --git a/src/rest/data/ghec-2022-11-28/schema.json b/src/rest/data/ghec-2022-11-28/schema.json index bea9bf0fca..99ec074725 100644 --- a/src/rest/data/ghec-2022-11-28/schema.json +++ b/src/rest/data/ghec-2022-11-28/schema.json @@ -375330,8 +375330,8 @@ "type": "array", "description": "List of teams assigned to the organization role", "items": { - "title": "Team", - "description": "Groups of organization members that gives permissions on specified repositories.", + "title": "A Role Assignment for a Team", + "description": "The Relationship a Team has with a role.", "type": "object", "properties": { "id": { @@ -375657,8 +375657,8 @@ "type": "array", "description": "List of users assigned to the organization role", "items": { - "title": "Simple User", - "description": "A GitHub user.", + "title": "A Role Assignment for a User", + "description": "The Relationship a User has with a role.", "type": "object", "properties": { "name": { diff --git a/src/rest/data/ghes-3.13-2022-11-28/schema.json b/src/rest/data/ghes-3.13-2022-11-28/schema.json index a38566bcb1..33769f22ce 100644 --- a/src/rest/data/ghes-3.13-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.13-2022-11-28/schema.json @@ -329902,8 +329902,8 @@ "type": "array", "description": "List of teams assigned to the organization role", "items": { - "title": "Team", - "description": "Groups of organization members that gives permissions on specified repositories.", + "title": "A Role Assignment for a Team", + "description": "The Relationship a Team has with a role.", "type": "object", "properties": { "id": { @@ -330229,8 +330229,8 @@ "type": "array", "description": "List of users assigned to the organization role", "items": { - "title": "Simple User", - "description": "A GitHub user.", + "title": "A Role Assignment for a User", + "description": "The Relationship a User has with a role.", "type": "object", "properties": { "name": { diff --git a/src/rest/lib/config.json b/src/rest/lib/config.json index 318f89479c..9cbf8bda9e 100644 --- a/src/rest/lib/config.json +++ b/src/rest/lib/config.json @@ -47,5 +47,5 @@ ] } }, - "sha": "07ad382ef20044d677be30043639d31123370a49" + "sha": "566621f6c7794f7d31219ca5733da05b37ad57ce" } \ No newline at end of file diff --git a/src/webhooks/data/fpt/schema.json b/src/webhooks/data/fpt/schema.json index d49ddba63e..d45f3839e1 100644 --- a/src/webhooks/data/fpt/schema.json +++ b/src/webhooks/data/fpt/schema.json @@ -94541,7 +94541,7 @@ "type": "object", "name": "changes", "in": "body", - "description": "" + "description": "

The changes made to the item may involve modifications in the item's fields and draft issue body.\nIt includes altered values for text, number, date, single select, and iteration fields, along with the GraphQL node ID of the changed field.

" }, { "type": "object", diff --git a/src/webhooks/data/ghec/schema.json b/src/webhooks/data/ghec/schema.json index 39b766a63f..85c6776145 100644 --- a/src/webhooks/data/ghec/schema.json +++ b/src/webhooks/data/ghec/schema.json @@ -96875,7 +96875,7 @@ "type": "object", "name": "changes", "in": "body", - "description": "" + "description": "

The changes made to the item may involve modifications in the item's fields and draft issue body.\nIt includes altered values for text, number, date, single select, and iteration fields, along with the GraphQL node ID of the changed field.

" }, { "type": "object", diff --git a/src/webhooks/data/ghes-3.10/schema.json b/src/webhooks/data/ghes-3.10/schema.json index 9e4e9fae56..9b467d22d3 100644 --- a/src/webhooks/data/ghes-3.10/schema.json +++ b/src/webhooks/data/ghes-3.10/schema.json @@ -90533,7 +90533,7 @@ "type": "object", "name": "changes", "in": "body", - "description": "" + "description": "

The changes made to the item may involve modifications in the item's fields and draft issue body.\nIt includes altered values for text, number, date, single select, and iteration fields, along with the GraphQL node ID of the changed field.

" }, { "type": "object", diff --git a/src/webhooks/data/ghes-3.11/schema.json b/src/webhooks/data/ghes-3.11/schema.json index aee3642f9a..9331043cea 100644 --- a/src/webhooks/data/ghes-3.11/schema.json +++ b/src/webhooks/data/ghes-3.11/schema.json @@ -90662,7 +90662,7 @@ "type": "object", "name": "changes", "in": "body", - "description": "" + "description": "

The changes made to the item may involve modifications in the item's fields and draft issue body.\nIt includes altered values for text, number, date, single select, and iteration fields, along with the GraphQL node ID of the changed field.

" }, { "type": "object", diff --git a/src/webhooks/data/ghes-3.12/schema.json b/src/webhooks/data/ghes-3.12/schema.json index 2f03e542ad..df1602d147 100644 --- a/src/webhooks/data/ghes-3.12/schema.json +++ b/src/webhooks/data/ghes-3.12/schema.json @@ -91826,7 +91826,7 @@ "type": "object", "name": "changes", "in": "body", - "description": "" + "description": "

The changes made to the item may involve modifications in the item's fields and draft issue body.\nIt includes altered values for text, number, date, single select, and iteration fields, along with the GraphQL node ID of the changed field.

" }, { "type": "object", diff --git a/src/webhooks/data/ghes-3.13/schema.json b/src/webhooks/data/ghes-3.13/schema.json index 85d76aa3ba..ee291f3bf8 100644 --- a/src/webhooks/data/ghes-3.13/schema.json +++ b/src/webhooks/data/ghes-3.13/schema.json @@ -91841,7 +91841,7 @@ "type": "object", "name": "changes", "in": "body", - "description": "" + "description": "

The changes made to the item may involve modifications in the item's fields and draft issue body.\nIt includes altered values for text, number, date, single select, and iteration fields, along with the GraphQL node ID of the changed field.

" }, { "type": "object", diff --git a/src/webhooks/data/ghes-3.9/schema.json b/src/webhooks/data/ghes-3.9/schema.json index 53bd19bb04..ead0c95374 100644 --- a/src/webhooks/data/ghes-3.9/schema.json +++ b/src/webhooks/data/ghes-3.9/schema.json @@ -85538,7 +85538,7 @@ "type": "object", "name": "changes", "in": "body", - "description": "" + "description": "

The changes made to the item may involve modifications in the item's fields and draft issue body.\nIt includes altered values for text, number, date, single select, and iteration fields, along with the GraphQL node ID of the changed field.

" }, { "type": "object", diff --git a/src/webhooks/lib/config.json b/src/webhooks/lib/config.json index 5b898f5a8e..b613e56439 100644 --- a/src/webhooks/lib/config.json +++ b/src/webhooks/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "07ad382ef20044d677be30043639d31123370a49" + "sha": "566621f6c7794f7d31219ca5733da05b37ad57ce" } \ No newline at end of file