Skip to content

Commit 6802785

Browse files
feat: Adjust the documentation (#32)
* feat: Adjust the documentation --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a3e7113 commit 6802785

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,10 @@ In general my focus inside this project is to implement and deliver old and new
290290
- Get service account token by id
291291
- Create service account token by id
292292
- Delete service account by id
293+
- Migrate API token to service account by token id
294+
- Revert the generated service account to API token
295+
- Get service account migration status
296+
- Hide the API keys tab inside the UI
293297

294298
### RBAC
295299
- Get status

docs/content/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The following list describes the currently supported features of the Grafana API
1212
- [x] [Annotations HTTP API](https://grafana.com/docs/grafana/latest/http_api/annotations/)
1313
- [x] [Authentication HTTP API](https://grafana.com/docs/grafana/latest/http_api/auth/)
1414
- [x] [Data source HTTP API](https://grafana.com/docs/grafana/latest/http_api/data_source/)
15+
- [x] [Datasource query and resource caching](https://grafana.com/docs/grafana/latest/developers/http_api/query_and_resource_caching/)
1516
- [x] [Datasource Permissions HTTP API](https://grafana.com/docs/grafana/latest/http_api/datasource_permissions/)
1617
- [x] [Folder HTTP API](https://grafana.com/docs/grafana/v7.5/http_api/folder/)
1718
- [x] [Folder Permissions HTTP API](https://grafana.com/docs/grafana/v7.5/http_api/folder_permissions/)

docs/grafana_api_sdk.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The following list describes the currently supported features of the Grafana API
1212
- [x] [Annotations HTTP API](https://grafana.com/docs/grafana/latest/http_api/annotations/)
1313
- [x] [Authentication HTTP API](https://grafana.com/docs/grafana/latest/http_api/auth/)
1414
- [x] [Data source HTTP API](https://grafana.com/docs/grafana/latest/http_api/data_source/)
15+
- [x] [Datasource query and resource caching](https://grafana.com/docs/grafana/latest/developers/http_api/query_and_resource_caching/)
1516
- [x] [Datasource Permissions HTTP API](https://grafana.com/docs/grafana/latest/http_api/datasource_permissions/)
1617
- [x] [Folder HTTP API](https://grafana.com/docs/grafana/v7.5/http_api/folder/)
1718
- [x] [Folder Permissions HTTP API](https://grafana.com/docs/grafana/v7.5/http_api/folder_permissions/)

0 commit comments

Comments
 (0)