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 Oct 6, 2023
1 parent eda6ef5 commit 4030f02
Show file tree
Hide file tree
Showing 16 changed files with 204 additions and 24 deletions.
16 changes: 13 additions & 3 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -104256,6 +104256,13 @@
"type": "string",
"format": "uri",
"description": "The URL at which to download the CodeQL database. The `Accept` header must be set to the value of the `content_type` property."
},
"commit_oid": {
"type": [
"string",
"null"
],
"description": "The commit SHA of the CodeQL databases repository at time of database creation."
}
},
"required": [
Expand Down Expand Up @@ -298178,7 +298185,8 @@
"size": 1024,
"created_at": "2022-09-12T12:14:32Z",
"updated_at": "2022-09-12T12:14:32Z",
"url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java"
"url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java",
"commit_oid": 12345678901234567890
},
{
"id": 2,
Expand Down Expand Up @@ -298208,7 +298216,8 @@
"size": 1024,
"created_at": "2022-09-12T12:14:32Z",
"updated_at": "2022-09-12T12:14:32Z",
"url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby"
"url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby",
"commit_oid": 23456789012345678901
}
]
},
Expand Down Expand Up @@ -298241,7 +298250,8 @@
"size": 1024,
"created_at": "2022-09-12T12:14:32Z",
"updated_at": "2022-09-12T12:14:32Z",
"url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java"
"url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java",
"commit_oid": 12345678901234567890
}
},
"code-scanning-default-setup": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74666,6 +74666,12 @@ components:
format: uri
description: The URL at which to download the CodeQL database. The `Accept`
header must be set to the value of the `content_type` property.
commit_oid:
type:
- string
- 'null'
description: The commit SHA of the CodeQL databases repository at time of
database creation.
required:
- id
- name
Expand Down Expand Up @@ -220275,6 +220281,7 @@ components:
created_at: '2022-09-12T12:14:32Z'
updated_at: '2022-09-12T12:14:32Z'
url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java
commit_oid: 12345678901234567890
- id: 2
name: database.zip
language: ruby
Expand Down Expand Up @@ -220302,6 +220309,7 @@ components:
created_at: '2022-09-12T12:14:32Z'
updated_at: '2022-09-12T12:14:32Z'
url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby
commit_oid: 23456789012345678901
code-scanning-codeql-database:
value:
id: 1
Expand Down Expand Up @@ -220331,6 +220339,7 @@ components:
created_at: '2022-09-12T12:14:32Z'
updated_at: '2022-09-12T12:14:32Z'
url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java
commit_oid: 12345678901234567890
code-scanning-default-setup:
value:
state: configured
Expand Down
16 changes: 13 additions & 3 deletions descriptions-next/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -104256,6 +104256,13 @@
"type": "string",
"format": "uri",
"description": "The URL at which to download the CodeQL database. The `Accept` header must be set to the value of the `content_type` property."
},
"commit_oid": {
"type": [
"string",
"null"
],
"description": "The commit SHA of the CodeQL databases repository at time of database creation."
}
},
"required": [
Expand Down Expand Up @@ -298178,7 +298185,8 @@
"size": 1024,
"created_at": "2022-09-12T12:14:32Z",
"updated_at": "2022-09-12T12:14:32Z",
"url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java"
"url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java",
"commit_oid": 12345678901234567890
},
{
"id": 2,
Expand Down Expand Up @@ -298208,7 +298216,8 @@
"size": 1024,
"created_at": "2022-09-12T12:14:32Z",
"updated_at": "2022-09-12T12:14:32Z",
"url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby"
"url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby",
"commit_oid": 23456789012345678901
}
]
},
Expand Down Expand Up @@ -298241,7 +298250,8 @@
"size": 1024,
"created_at": "2022-09-12T12:14:32Z",
"updated_at": "2022-09-12T12:14:32Z",
"url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java"
"url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java",
"commit_oid": 12345678901234567890
}
},
"code-scanning-default-setup": {
Expand Down
Loading

0 comments on commit 4030f02

Please sign in to comment.