Skip to content

Commit

Permalink
Fix nitpicks
Browse files Browse the repository at this point in the history
  • Loading branch information
upadhyeammit committed Sep 26, 2023
1 parent 9ed4ba8 commit c9dea51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ros/openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
"$ref": "#/components/parameters/offsetParam"
},
{
"$ref": "#/components/parameters/orderByParamSuggestedInstanceType"
"$ref": "#/components/parameters/SuggestedInstanceTypeOrderByParam"
},
{
"$ref": "#/components/parameters/orderHowParam"
Expand Down Expand Up @@ -1011,13 +1011,13 @@
"name": "instance_type",
"in": "query",
"required": false,
"description": "Filter suggested instances by instance type",
"description": "Filter by instance type's name",
"schema": {
"type": "string"
}

},
"orderByParamSuggestedInstanceType": {
"SuggestedInstanceTypeOrderByParam": {
"name": "order_by",
"in": "query",
"required": false,
Expand Down

0 comments on commit c9dea51

Please sign in to comment.