Skip to content

Commit

Permalink
Update OpenAPI Description (github#35219)
Browse files Browse the repository at this point in the history
Co-authored-by: Rachael Sewell <rachmari@github.com>
  • Loading branch information
docubot and rachmari authored Mar 1, 2023
1 parent 8872aa4 commit 76a0408
Show file tree
Hide file tree
Showing 15 changed files with 80 additions and 7 deletions.
2 changes: 1 addition & 1 deletion content/rest/actions/cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ topics:
versions:
fpt: '*'
ghec: '*'
ghes: '>3.4'
ghes: '>=3.5'
autogenerated: rest
---

Expand Down
1 change: 0 additions & 1 deletion content/rest/announcement-banners/organizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ intro: >-
The Organization Announcement Banners API allows you to get, set, and remove
the announcement banner for your organization.
versions:
ghae: '>=3.8'
ghec: '*'
ghes: '>=3.8'
allowTitleToDifferFromFilename: true
Expand Down
4 changes: 3 additions & 1 deletion content/rest/dependabot/alerts.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ intro: >-
Use the REST API to interact with {% data
variables.product.prodname_dependabot %} alerts for a repository.
versions:
feature: dependabot-alerts-rest-api
fpt: '*'
ghec: '*'
ghes: '>=3.8'
topics:
- API
autogenerated: rest
Expand Down
1 change: 0 additions & 1 deletion content/rest/dependency-graph/dependency-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Dependency review
intro: Use the REST API to interact with dependency changes.
versions:
fpt: '*'
ghae: '>= 3.6'
ghec: '*'
ghes: '>=3.6'
topics:
Expand Down
4 changes: 3 additions & 1 deletion content/rest/dependency-graph/dependency-submission.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
title: Dependency submission
intro: Use the REST API to submit dependencies.
versions:
feature: dependency-submission-api
fpt: '*'
ghec: '*'
ghes: '>=3.7'
autogenerated: rest
---

Expand Down
1 change: 0 additions & 1 deletion content/rest/orgs/security-managers.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Security Managers
intro: Use the REST API to manage security managers in an organization.
versions:
fpt: '*'
ghae: '>= 3.7'
ghec: '*'
ghes: '>=3.7'
topics:
Expand Down
2 changes: 1 addition & 1 deletion content/rest/repos/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ intro: Use the REST API to manage tags for a repository.
versions:
fpt: '*'
ghec: '*'
ghes: '>3.4'
ghes: '>=3.5'
topics:
- API
autogenerated: rest
Expand Down
9 changes: 9 additions & 0 deletions src/rest/data/fpt-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -207717,6 +207717,15 @@
"type": "string"
}
},
{
"name": "committer",
"description": "<p>GitHub username or email address to use to filter by commit committer.</p>",
"in": "query",
"required": false,
"schema": {
"type": "string"
}
},
{
"name": "since",
"description": "<p>Only show notifications updated after the given time. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>.</p>",
Expand Down
9 changes: 9 additions & 0 deletions src/rest/data/ghae/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -120388,6 +120388,15 @@
"type": "string"
}
},
{
"name": "committer",
"description": "<p>GitHub username or email address to use to filter by commit committer.</p>",
"in": "query",
"required": false,
"schema": {
"type": "string"
}
},
{
"name": "since",
"description": "<p>Only show notifications updated after the given time. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>.</p>",
Expand Down
9 changes: 9 additions & 0 deletions src/rest/data/ghec-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -219152,6 +219152,15 @@
"type": "string"
}
},
{
"name": "committer",
"description": "<p>GitHub username or email address to use to filter by commit committer.</p>",
"in": "query",
"required": false,
"schema": {
"type": "string"
}
},
{
"name": "since",
"description": "<p>Only show notifications updated after the given time. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>.</p>",
Expand Down
9 changes: 9 additions & 0 deletions src/rest/data/ghes-3.4/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -147146,6 +147146,15 @@
"type": "string"
}
},
{
"name": "committer",
"description": "<p>GitHub username or email address to use to filter by commit committer.</p>",
"in": "query",
"required": false,
"schema": {
"type": "string"
}
},
{
"name": "since",
"description": "<p>Only show notifications updated after the given time. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>.</p>",
Expand Down
9 changes: 9 additions & 0 deletions src/rest/data/ghes-3.5/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -154292,6 +154292,15 @@
"type": "string"
}
},
{
"name": "committer",
"description": "<p>GitHub username or email address to use to filter by commit committer.</p>",
"in": "query",
"required": false,
"schema": {
"type": "string"
}
},
{
"name": "since",
"description": "<p>Only show notifications updated after the given time. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>.</p>",
Expand Down
Loading

0 comments on commit 76a0408

Please sign in to comment.