Update OpenAPI Descriptions
This commit is contained in:
@@ -28699,6 +28699,34 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "sort",
|
||||
"description": "The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved.",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"created",
|
||||
"updated"
|
||||
],
|
||||
"default": "created"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "direction",
|
||||
"description": "The direction to sort the results by.",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"asc",
|
||||
"desc"
|
||||
],
|
||||
"default": "desc"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "per_page",
|
||||
"description": "The number of results per page (max 100).",
|
||||
@@ -124661,6 +124689,34 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "sort",
|
||||
"description": "The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved.",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"created",
|
||||
"updated"
|
||||
],
|
||||
"default": "created"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "direction",
|
||||
"description": "The direction to sort the results by.",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"asc",
|
||||
"desc"
|
||||
],
|
||||
"default": "desc"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "page",
|
||||
"description": "Page number of the results to fetch.",
|
||||
@@ -279805,7 +279861,7 @@
|
||||
}
|
||||
},
|
||||
"x-github": {
|
||||
"githubCloudOnly": true,
|
||||
"githubCloudOnly": false,
|
||||
"category": "dependency-graph",
|
||||
"subcategory": "dependency-review"
|
||||
}
|
||||
@@ -443648,6 +443704,34 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "sort",
|
||||
"description": "The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved.",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"created",
|
||||
"updated"
|
||||
],
|
||||
"default": "created"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "direction",
|
||||
"description": "The direction to sort the results by.",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"asc",
|
||||
"desc"
|
||||
],
|
||||
"default": "desc"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "page",
|
||||
"description": "Page number of the results to fetch.",
|
||||
|
||||
Reference in New Issue
Block a user