mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 14:22:46 +08:00
Docs: initial pruning of outdated versioning info (#95212)
* initial pruning of outdated versioning info * removing erroneous file
This commit is contained in:
@ -20,12 +20,12 @@ weight: 100
|
||||
|
||||
# HTTP API reference
|
||||
|
||||
The Grafana backend exposes an HTTP API, which is the same API that is used by the frontend to do everything from saving
|
||||
The Grafana backend exposes an HTTP API, which is the same API that's used by the frontend to do everything from saving
|
||||
dashboards, creating users, and updating data sources.
|
||||
|
||||
Since version 8.4, HTTP API details are [specified](https://editor.swagger.io/?url=https://raw.githubusercontent.com/grafana/grafana/main/public/api-merged.json) using OpenAPI v2.
|
||||
HTTP API details are [specified](https://editor.swagger.io/?url=https://raw.githubusercontent.com/grafana/grafana/main/public/api-merged.json) using OpenAPI v2.
|
||||
|
||||
Starting from version 9.1, there is also a [OpenAPI v3 specification](https://editor.swagger.io/?url=https://raw.githubusercontent.com/grafana/grafana/main/public/openapi3.json) (generated by the v2 one).
|
||||
There is also an [OpenAPI v3 specification](https://editor.swagger.io/?url=https://raw.githubusercontent.com/grafana/grafana/main/public/openapi3.json) (generated by the v2 one).
|
||||
|
||||
Users can browser and try out both via the Swagger UI editor (served by the Grafana server) by navigating to `/swagger-ui`.
|
||||
|
||||
|
@ -257,8 +257,6 @@ Content-Type: application/json
|
||||
|
||||
## Find Annotations Tags
|
||||
|
||||
## Find Annotations Tags
|
||||
|
||||
`GET /api/annotations/tags`
|
||||
|
||||
Find all the event tags created in the annotations.
|
||||
|
@ -22,7 +22,7 @@ title: 'Authentication HTTP API '
|
||||
The Authentication HTTP API is used to manage API keys.
|
||||
|
||||
{{% admonition type="note" %}}
|
||||
If you use Grafana v9.1 or newer, use service accounts instead of API keys. For more information, refer to [Grafana service account API reference]({{< relref "./serviceaccount/" >}}).
|
||||
Grafana recommends using service accounts instead of API keys. For more information, refer to [Grafana service account API reference]({{< relref "./serviceaccount/" >}}).
|
||||
{{% /admonition %}}
|
||||
|
||||
> If you are running Grafana Enterprise, for some endpoints you would need to have relevant permissions. Refer to [Role-based access control permissions]({{< relref "../../administration/roles-and-permissions/access-control/custom-role-actions-scopes/" >}}) for more information.
|
||||
|
Reference in New Issue
Block a user