Skip to content

Commit

Permalink
Update OpenAPI Description (#54209)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Ahmady <[email protected]>
  • Loading branch information
docs-bot and subatoi authored Jan 31, 2025
1 parent 7884a70 commit c4fbffa
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "032fb2e62ebe84fdbf76cc6145c7432c8921a552"
"sha": "b5172cc4a761a05691532a66ffeb6057fcfae879"
}
10 changes: 5 additions & 5 deletions src/rest/data/fpt-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -108584,7 +108584,7 @@
},
{
"name": "year",
"description": "<p>If specified, only return results for a single year. The value of <code>year</code> is an integer with four digits representing a year. For example, <code>2024</code>. Default value is the current year.</p>",
"description": "<p>If specified, only return results for a single year. The value of <code>year</code> is an integer with four digits representing a year. For example, <code>2025</code>. Default value is the current year.</p>",
"in": "query",
"required": false,
"schema": {
Expand All @@ -108593,7 +108593,7 @@
},
{
"name": "month",
"description": "<p>If specified, only return results for a single month. The value of <code>month</code> is an integer between <code>1</code> and <code>12</code>.</p>",
"description": "<p>If specified, only return results for a single month. The value of <code>month</code> is an integer between <code>1</code> and <code>12</code>. If no year is specified the default <code>year</code> is used.</p>",
"in": "query",
"required": false,
"schema": {
Expand All @@ -108602,7 +108602,7 @@
},
{
"name": "day",
"description": "<p>If specified, only return results for a single day. The value of <code>day</code> is an integer between <code>1</code> and <code>31</code>.</p>",
"description": "<p>If specified, only return results for a single day. The value of <code>day</code> is an integer between <code>1</code> and <code>31</code>. If no <code>year</code> or <code>month</code> is specified, the default <code>year</code> and <code>month</code> are used.</p>",
"in": "query",
"required": false,
"schema": {
Expand All @@ -108611,7 +108611,7 @@
},
{
"name": "hour",
"description": "<p>If specified, only return results for a single hour. The value of <code>hour</code> is an integer between <code>0</code> and <code>23</code>.</p>",
"description": "<p>If specified, only return results for a single hour. The value of <code>hour</code> is an integer between <code>0</code> and <code>23</code>. If no <code>year</code>, <code>month</code>, or <code>day</code> is specified, the default <code>year</code>, <code>month</code>, and <code>day</code> are used.</p>",
"in": "query",
"required": false,
"schema": {
Expand Down Expand Up @@ -169394,7 +169394,7 @@
"type": "string",
"name": "scope",
"in": "body",
"description": "<p>The type of repositories to attach the configuration to. <code>selected</code> means the configuration will be attached to only the repositories specified by <code>selected_repository_ids</code></p>",
"description": "<p>The type of repositories to attach the configuration to.</p>",
"isRequired": true,
"enum": [
"all",
Expand Down
Loading

0 comments on commit c4fbffa

Please sign in to comment.