Skip to content

Commit

Permalink
Fix 2 operationIds mistakenly switched in datastore/docs/openapi_spec…
Browse files Browse the repository at this point in the history
….json (#3782)
  • Loading branch information
thierrydallacroce authored May 27, 2022
1 parent 4210a93 commit f5b6857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/datastore/docs/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
}
},
"get": {
"operationId": "datastore-datasetindex-query-get",
"operationId": "datastore-resource-query-get",
"summary": "Query a single datastore resource with get",
"description": "Simple GET equivalent of a POST query. Note that parameters containing arrays or objects are not yet supported by SwaggerUI. For conditions, sorts, and other complex parameters, write your query in JSON and then convert to a nested query string. See [this web tool](https://www.convertonline.io/convert/json-to-query-string) for an example.",
"tags": ["Datastore: query"],
Expand Down Expand Up @@ -363,7 +363,7 @@
}
},
"get": {
"operationId": "datastore-resource-query-get",
"operationId": "datastore-datasetindex-query-get",
"summary": "Query a single datastore resource with get",
"description": "Simple GET equivalent of a POST query -- see the POST endpoint documentation for full query schema. A few basic parameters are provided here as examples. For more reliable queries, write your query in JSON and then convert to a query string. See [this web tool](https://www.convertonline.io/convert/json-to-query-string) for an example.",
"tags": ["Datastore: query"],
Expand Down

0 comments on commit f5b6857

Please sign in to comment.