Skip to content

Commit

Permalink
Update OpenAPI 3.1 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 b50d1c6
Show file tree
Hide file tree
Showing 16 changed files with 40 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48207,7 +48207,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 @@ -48362,7 +48362,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
Original file line number Diff line number Diff line change
Expand Up @@ -35032,7 +35032,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 @@ -35146,7 +35146,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-next/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -48207,7 +48207,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 @@ -48362,7 +48362,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 b50d1c6

Please sign in to comment.