Grafana Openapi go client

Hi, is openapi client for go up to date with Grafana 13 v2 dashboards capabilities? We’ve tried to integrate but it still uses v1 schema and some functionalities (like tabs) are not possible to create via api.

grafana-openapi-client-go does not support the v2 dashboard schema. The only officially documented HTTP API is dashboard.grafana.app/v1, which uses the v1 schema and does not support features like tabs.
There is currently no stable, documented HTTP API for v2 dashboards.
To provision v2 dashboards (with tabs), you must use the Kubernetes resource format to provision v2 / dynamic dashboards via file-based provisioning.

Provision doc:

HTTP API doc: