Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 12 additions & 16 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -292491,11 +292491,10 @@
},
"required": [
"action",
"parent_issue_id",
"parent_issue",
"parent_issue_repo",
"sub_issue_id",
"sub_issue"
"sub_issue",
"repository",
"sender"
]
},
"webhook-sub-issues-parent-issue-removed": {
Expand Down Expand Up @@ -292540,11 +292539,10 @@
},
"required": [
"action",
"parent_issue_id",
"parent_issue",
"parent_issue_repo",
"sub_issue_id",
"sub_issue"
"sub_issue",
"repository",
"sender"
]
},
"webhook-sub-issues-sub-issue-added": {
Expand Down Expand Up @@ -292589,11 +292587,10 @@
},
"required": [
"action",
"sub_issue_id",
"sub_issue",
"sub_issue_repo",
"parent_issue_id",
"parent_issue"
"parent_issue",
"repository",
"sender"
]
},
"webhook-sub-issues-sub-issue-removed": {
Expand Down Expand Up @@ -292638,11 +292635,10 @@
},
"required": [
"action",
"sub_issue_id",
"sub_issue",
"sub_issue_repo",
"parent_issue_id",
"parent_issue"
"parent_issue",
"repository",
"sender"
]
},
"webhook-team-add": {
Expand Down
20 changes: 8 additions & 12 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214887,11 +214887,10 @@ components:
"$ref": "#/components/schemas/simple-user"
required:
- action
- parent_issue_id
- parent_issue
- parent_issue_repo
- sub_issue_id
- sub_issue
- repository
- sender
webhook-sub-issues-parent-issue-removed:
title: parent issue removed event
type: object
Expand Down Expand Up @@ -214922,11 +214921,10 @@ components:
"$ref": "#/components/schemas/simple-user"
required:
- action
- parent_issue_id
- parent_issue
- parent_issue_repo
- sub_issue_id
- sub_issue
- repository
- sender
webhook-sub-issues-sub-issue-added:
title: sub-issue added event
type: object
Expand Down Expand Up @@ -214957,11 +214955,10 @@ components:
"$ref": "#/components/schemas/simple-user"
required:
- action
- sub_issue_id
- sub_issue
- sub_issue_repo
- parent_issue_id
- parent_issue
- repository
- sender
webhook-sub-issues-sub-issue-removed:
title: sub-issue removed event
type: object
Expand Down Expand Up @@ -214992,11 +214989,10 @@ components:
"$ref": "#/components/schemas/simple-user"
required:
- action
- sub_issue_id
- sub_issue
- sub_issue_repo
- parent_issue_id
- parent_issue
- repository
- sender
webhook-team-add:
title: team_add event
type: object
Expand Down
28 changes: 12 additions & 16 deletions descriptions-next/api.github.com/api.github.com.2026-03-10.json
Original file line number Diff line number Diff line change
Expand Up @@ -291658,11 +291658,10 @@
},
"required": [
"action",
"parent_issue_id",
"parent_issue",
"parent_issue_repo",
"sub_issue_id",
"sub_issue"
"sub_issue",
"repository",
"sender"
]
},
"webhook-sub-issues-parent-issue-removed": {
Expand Down Expand Up @@ -291707,11 +291706,10 @@
},
"required": [
"action",
"parent_issue_id",
"parent_issue",
"parent_issue_repo",
"sub_issue_id",
"sub_issue"
"sub_issue",
"repository",
"sender"
]
},
"webhook-sub-issues-sub-issue-added": {
Expand Down Expand Up @@ -291756,11 +291754,10 @@
},
"required": [
"action",
"sub_issue_id",
"sub_issue",
"sub_issue_repo",
"parent_issue_id",
"parent_issue"
"parent_issue",
"repository",
"sender"
]
},
"webhook-sub-issues-sub-issue-removed": {
Expand Down Expand Up @@ -291805,11 +291802,10 @@
},
"required": [
"action",
"sub_issue_id",
"sub_issue",
"sub_issue_repo",
"parent_issue_id",
"parent_issue"
"parent_issue",
"repository",
"sender"
]
},
"webhook-team-add": {
Expand Down
20 changes: 8 additions & 12 deletions descriptions-next/api.github.com/api.github.com.2026-03-10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214199,11 +214199,10 @@ components:
"$ref": "#/components/schemas/simple-user"
required:
- action
- parent_issue_id
- parent_issue
- parent_issue_repo
- sub_issue_id
- sub_issue
- repository
- sender
webhook-sub-issues-parent-issue-removed:
title: parent issue removed event
type: object
Expand Down Expand Up @@ -214234,11 +214233,10 @@ components:
"$ref": "#/components/schemas/simple-user"
required:
- action
- parent_issue_id
- parent_issue
- parent_issue_repo
- sub_issue_id
- sub_issue
- repository
- sender
webhook-sub-issues-sub-issue-added:
title: sub-issue added event
type: object
Expand Down Expand Up @@ -214269,11 +214267,10 @@ components:
"$ref": "#/components/schemas/simple-user"
required:
- action
- sub_issue_id
- sub_issue
- sub_issue_repo
- parent_issue_id
- parent_issue
- repository
- sender
webhook-sub-issues-sub-issue-removed:
title: sub-issue removed event
type: object
Expand Down Expand Up @@ -214304,11 +214301,10 @@ components:
"$ref": "#/components/schemas/simple-user"
required:
- action
- sub_issue_id
- sub_issue
- sub_issue_repo
- parent_issue_id
- parent_issue
- repository
- sender
webhook-team-add:
title: team_add event
type: object
Expand Down
Loading