Skip to content

Commit b50d1c6

Browse files
Update OpenAPI 3.1 Descriptions
1 parent b423133 commit b50d1c6

16 files changed

+40
-32
lines changed

descriptions-next/api.github.com/api.github.com.2022-11-28.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48207,7 +48207,7 @@
4820748207
"properties": {
4820848208
"sub_issue_id": {
4820948209
"type": "integer",
48210-
"description": "The sub-issue to remove"
48210+
"description": "The id of the sub-issue to remove"
4821148211
}
4821248212
},
4821348213
"required": [
@@ -48362,7 +48362,7 @@
4836248362
"properties": {
4836348363
"sub_issue_id": {
4836448364
"type": "integer",
48365-
"description": "The sub-issue to add"
48365+
"description": "The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue"
4836648366
},
4836748367
"replace_parent": {
4836848368
"type": "boolean",

descriptions-next/api.github.com/api.github.com.2022-11-28.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35032,7 +35032,7 @@ paths:
3503235032
properties:
3503335033
sub_issue_id:
3503435034
type: integer
35035-
description: The sub-issue to remove
35035+
description: The id of the sub-issue to remove
3503635036
required:
3503735037
- sub_issue_id
3503835038
examples:
@@ -35146,7 +35146,8 @@ paths:
3514635146
properties:
3514735147
sub_issue_id:
3514835148
type: integer
35149-
description: The sub-issue to add
35149+
description: The id of the sub-issue to add. The sub-issue must
35150+
belong to the same repository as the parent issue
3515035151
replace_parent:
3515135152
type: boolean
3515235153
description: Option that, when true, instructs the operation to

descriptions-next/api.github.com/api.github.com.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48207,7 +48207,7 @@
4820748207
"properties": {
4820848208
"sub_issue_id": {
4820948209
"type": "integer",
48210-
"description": "The sub-issue to remove"
48210+
"description": "The id of the sub-issue to remove"
4821148211
}
4821248212
},
4821348213
"required": [
@@ -48362,7 +48362,7 @@
4836248362
"properties": {
4836348363
"sub_issue_id": {
4836448364
"type": "integer",
48365-
"description": "The sub-issue to add"
48365+
"description": "The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue"
4836648366
},
4836748367
"replace_parent": {
4836848368
"type": "boolean",

0 commit comments

Comments
 (0)