openapi.yaml needs updating
esyncalliance opened this issue · 5 comments
esyncalliance commented
The format field "type" was dropped in commit cd5e408 but openapi.yaml still has the entry:
type:
type: string
enum: ["timeseries", "table"]
0xMihir commented
Also, the "GET /options" entry contains a requestBody
field, which throws semantic errors in the openAPI viewer. Is this supposed to be the case?
However, the readme.md file denotes a POST request.
simPod commented
Yup, that should be post
GrafanaJsonDatasource/src/DataSource.ts
Line 171 in f50f30e
simPod commented
Great, thanks