Skip to content

Commit a976c32

Browse files
Update OpenAPI 3.0 Descriptions
1 parent b423133 commit a976c32

16 files changed

+40
-32
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47972,7 +47972,7 @@
4797247972
"properties": {
4797347973
"sub_issue_id": {
4797447974
"type": "integer",
47975-
"description": "The sub-issue to remove"
47975+
"description": "The id of the sub-issue to remove"
4797647976
}
4797747977
},
4797847978
"required": [
@@ -48127,7 +48127,7 @@
4812748127
"properties": {
4812848128
"sub_issue_id": {
4812948129
"type": "integer",
48130-
"description": "The sub-issue to add"
48130+
"description": "The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue"
4813148131
},
4813248132
"replace_parent": {
4813348133
"type": "boolean",

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34914,7 +34914,7 @@ paths:
3491434914
properties:
3491534915
sub_issue_id:
3491634916
type: integer
34917-
description: The sub-issue to remove
34917+
description: The id of the sub-issue to remove
3491834918
required:
3491934919
- sub_issue_id
3492034920
examples:
@@ -35028,7 +35028,8 @@ paths:
3502835028
properties:
3502935029
sub_issue_id:
3503035030
type: integer
35031-
description: The sub-issue to add
35031+
description: The id of the sub-issue to add. The sub-issue must
35032+
belong to the same repository as the parent issue
3503235033
replace_parent:
3503335034
type: boolean
3503435035
description: Option that, when true, instructs the operation to

descriptions/api.github.com/api.github.com.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47972,7 +47972,7 @@
4797247972
"properties": {
4797347973
"sub_issue_id": {
4797447974
"type": "integer",
47975-
"description": "The sub-issue to remove"
47975+
"description": "The id of the sub-issue to remove"
4797647976
}
4797747977
},
4797847978
"required": [
@@ -48127,7 +48127,7 @@
4812748127
"properties": {
4812848128
"sub_issue_id": {
4812948129
"type": "integer",
48130-
"description": "The sub-issue to add"
48130+
"description": "The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue"
4813148131
},
4813248132
"replace_parent": {
4813348133
"type": "boolean",

0 commit comments

Comments
 (0)