Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OpenAPI 3.0 Descriptions #4446

Closed
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
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
@@ -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": [
@@ -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",
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
@@ -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:
@@ -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
4 changes: 2 additions & 2 deletions descriptions/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
@@ -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": [
@@ -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",
Loading