Skip to content

Commit

Permalink
Update OpenAPI 3.0 Descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-openapi-bot committed Jan 17, 2025
1 parent b423133 commit a976c32
Show file tree
Hide file tree
Showing 16 changed files with 40 additions and 32 deletions.
4 changes: 2 additions & 2 deletions descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -47972,7 +47972,7 @@
"properties": {
"sub_issue_id": {
"type": "integer",
"description": "The sub-issue to remove"
"description": "The id of the sub-issue to remove"
}
},
"required": [
Expand Down Expand Up @@ -48127,7 +48127,7 @@
"properties": {
"sub_issue_id": {
"type": "integer",
"description": "The sub-issue to add"
"description": "The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue"
},
"replace_parent": {
"type": "boolean",
Expand Down
5 changes: 3 additions & 2 deletions descriptions/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34914,7 +34914,7 @@ paths:
properties:
sub_issue_id:
type: integer
description: The sub-issue to remove
description: The id of the sub-issue to remove
required:
- sub_issue_id
examples:
Expand Down Expand Up @@ -35028,7 +35028,8 @@ paths:
properties:
sub_issue_id:
type: integer
description: The sub-issue to add
description: The id of the sub-issue to add. The sub-issue must
belong to the same repository as the parent issue
replace_parent:
type: boolean
description: Option that, when true, instructs the operation to
Expand Down
4 changes: 2 additions & 2 deletions descriptions/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -47972,7 +47972,7 @@
"properties": {
"sub_issue_id": {
"type": "integer",
"description": "The sub-issue to remove"
"description": "The id of the sub-issue to remove"
}
},
"required": [
Expand Down Expand Up @@ -48127,7 +48127,7 @@
"properties": {
"sub_issue_id": {
"type": "integer",
"description": "The sub-issue to add"
"description": "The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue"
},
"replace_parent": {
"type": "boolean",
Expand Down
Loading

0 comments on commit a976c32

Please sign in to comment.