Skip to content

Commit 3781ba8

Browse files
Update OpenAPI 3.0 Descriptions
1 parent b5d9695 commit 3781ba8

24 files changed

+42
-28
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21121,7 +21121,7 @@
2112121121
},
2112221122
"app_id": {
2112321123
"type": "integer",
21124-
"description": "The ID of the GitHub App that must provide this check. Omit this field to automatically select the GitHub App that has recently provided this check, or any app if it was not set by a GitHub App."
21124+
"description": "The ID of the GitHub App that must provide this check. Omit this field to automatically select the GitHub App that has recently provided this check, or any app if it was not set by a GitHub App. Pass -1 to explicitly allow any app to set the status."
2112521125
}
2112621126
}
2112721127
}
@@ -21904,7 +21904,7 @@
2190421904
},
2190521905
"app_id": {
2190621906
"type": "integer",
21907-
"description": "The ID of the GitHub App that must provide this check. Omit this field to automatically select the GitHub App that has recently provided this check, or any app if it was not set by a GitHub App."
21907+
"description": "The ID of the GitHub App that must provide this check. Omit this field to automatically select the GitHub App that has recently provided this check, or any app if it was not set by a GitHub App. Pass -1 to explicitly allow any app to set the status."
2190821908
}
2190921909
}
2191021910
}

descriptions/api.github.com/api.github.com.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15141,7 +15141,8 @@ paths:
1514115141
description: The ID of the GitHub App that must provide
1514215142
this check. Omit this field to automatically select
1514315143
the GitHub App that has recently provided this check,
15144-
or any app if it was not set by a GitHub App.
15144+
or any app if it was not set by a GitHub App. Pass -1
15145+
to explicitly allow any app to set the status.
1514515146
required:
1514615147
- strict
1514715148
- contexts
@@ -15733,7 +15734,8 @@ paths:
1573315734
description: The ID of the GitHub App that must provide this
1573415735
check. Omit this field to automatically select the GitHub
1573515736
App that has recently provided this check, or any app if
15736-
it was not set by a GitHub App.
15737+
it was not set by a GitHub App. Pass -1 to explicitly allow
15738+
any app to set the status.
1573715739
example:
1573815740
strict: true
1573915741
contexts:

descriptions/api.github.com/dereferenced/api.github.com.deref.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156368,7 +156368,7 @@
156368156368
},
156369156369
"app_id": {
156370156370
"type": "integer",
156371-
"description": "The ID of the GitHub App that must provide this check. Omit this field to automatically select the GitHub App that has recently provided this check, or any app if it was not set by a GitHub App."
156371+
"description": "The ID of the GitHub App that must provide this check. Omit this field to automatically select the GitHub App that has recently provided this check, or any app if it was not set by a GitHub App. Pass -1 to explicitly allow any app to set the status."
156372156372
}
156373156373
}
156374156374
}
@@ -159327,7 +159327,7 @@
159327159327
},
159328159328
"app_id": {
159329159329
"type": "integer",
159330-
"description": "The ID of the GitHub App that must provide this check. Omit this field to automatically select the GitHub App that has recently provided this check, or any app if it was not set by a GitHub App."
159330+
"description": "The ID of the GitHub App that must provide this check. Omit this field to automatically select the GitHub App that has recently provided this check, or any app if it was not set by a GitHub App. Pass -1 to explicitly allow any app to set the status."
159331159331
}
159332159332
}
159333159333
}

descriptions/api.github.com/dereferenced/api.github.com.deref.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34730,7 +34730,8 @@ paths:
3473034730
description: The ID of the GitHub App that must provide
3473134731
this check. Omit this field to automatically select
3473234732
the GitHub App that has recently provided this check,
34733-
or any app if it was not set by a GitHub App.
34733+
or any app if it was not set by a GitHub App. Pass -1
34734+
to explicitly allow any app to set the status.
3473434735
required:
3473534736
- strict
3473634737
- contexts
@@ -35702,7 +35703,8 @@ paths:
3570235703
description: The ID of the GitHub App that must provide this
3570335704
check. Omit this field to automatically select the GitHub
3570435705
App that has recently provided this check, or any app if
35705-
it was not set by a GitHub App.
35706+
it was not set by a GitHub App. Pass -1 to explicitly allow
35707+
any app to set the status.
3570635708
example:
3570735709
strict: true
3570835710
contexts:

descriptions/ghes-3.0/dereferenced/ghes-3.0.deref.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131863,7 +131863,7 @@
131863131863
},
131864131864
"app_id": {
131865131865
"type": "integer",
131866-
"description": "The ID of the GitHub App that must provide this check. Omit this field to automatically select the GitHub App that has recently provided this check, or any app if it was not set by a GitHub App."
131866+
"description": "The ID of the GitHub App that must provide this check. Omit this field to automatically select the GitHub App that has recently provided this check, or any app if it was not set by a GitHub App. Pass -1 to explicitly allow any app to set the status."
131867131867
}
131868131868
}
131869131869
}

descriptions/ghes-3.0/dereferenced/ghes-3.0.deref.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31147,7 +31147,8 @@ paths:
3114731147
description: The ID of the GitHub App that must provide
3114831148
this check. Omit this field to automatically select
3114931149
the GitHub App that has recently provided this check,
31150-
or any app if it was not set by a GitHub App.
31150+
or any app if it was not set by a GitHub App. Pass -1
31151+
to explicitly allow any app to set the status.
3115131152
required:
3115231153
- strict
3115331154
- contexts

descriptions/ghes-3.0/ghes-3.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19607,7 +19607,7 @@
1960719607
},
1960819608
"app_id": {
1960919609
"type": "integer",
19610-
"description": "The ID of the GitHub App that must provide this check. Omit this field to automatically select the GitHub App that has recently provided this check, or any app if it was not set by a GitHub App."
19610+
"description": "The ID of the GitHub App that must provide this check. Omit this field to automatically select the GitHub App that has recently provided this check, or any app if it was not set by a GitHub App. Pass -1 to explicitly allow any app to set the status."
1961119611
}
1961219612
}
1961319613
}

descriptions/ghes-3.0/ghes-3.0.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14332,7 +14332,8 @@ paths:
1433214332
description: The ID of the GitHub App that must provide
1433314333
this check. Omit this field to automatically select
1433414334
the GitHub App that has recently provided this check,
14335-
or any app if it was not set by a GitHub App.
14335+
or any app if it was not set by a GitHub App. Pass -1
14336+
to explicitly allow any app to set the status.
1433614337
required:
1433714338
- strict
1433814339
- contexts

descriptions/ghes-3.1/dereferenced/ghes-3.1.deref.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132178,7 +132178,7 @@
132178132178
},
132179132179
"app_id": {
132180132180
"type": "integer",
132181-
"description": "The ID of the GitHub App that must provide this check. Omit this field to automatically select the GitHub App that has recently provided this check, or any app if it was not set by a GitHub App."
132181+
"description": "The ID of the GitHub App that must provide this check. Omit this field to automatically select the GitHub App that has recently provided this check, or any app if it was not set by a GitHub App. Pass -1 to explicitly allow any app to set the status."
132182132182
}
132183132183
}
132184132184
}

descriptions/ghes-3.1/dereferenced/ghes-3.1.deref.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31365,7 +31365,8 @@ paths:
3136531365
description: The ID of the GitHub App that must provide
3136631366
this check. Omit this field to automatically select
3136731367
the GitHub App that has recently provided this check,
31368-
or any app if it was not set by a GitHub App.
31368+
or any app if it was not set by a GitHub App. Pass -1
31369+
to explicitly allow any app to set the status.
3136931370
required:
3137031371
- strict
3137131372
- contexts

0 commit comments

Comments
 (0)