simPod/GrafanaJsonDatasource

openapi.yaml needs updating

esyncalliance opened this issue · 5 comments

The format field "type" was dropped in commit cd5e408 but openapi.yaml still has the entry:
type:
type: string
enum: ["timeseries", "table"]

It was reworked in #324. Can you check it will still be a case?

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.

Yup, that should be post

method: 'POST',

Alright, just opened a pr #345

Great, thanks