113 Commits

Author SHA1 Message Date
beddfdd86b add api route for retrieving teams of signed in user 2018-08-08 10:26:05 +02:00
05e060dee0 HTTP API documentation +fix when updating a playlist (#12612)
* get id from path param when updating a playlist

* add playlist http api documentation

* remove required condition for the id in update cmd
2018-07-17 07:45:38 -07:00
86a574cc50 refix the settings indentation 2018-07-04 12:30:23 +02:00
991a4b1663 update stats admin doc 2018-07-04 12:26:30 +02:00
01fc6c5d95 fix json indentation 2018-07-04 12:23:10 +02:00
7a4858dd11 docs: update folders api 2018-06-29 20:24:02 +02:00
cdaeb1578d docs: update organisation http api
make the distinction clearer between /api/org and /api/orgs and that
basic auth must be used for the /api/orgs resource
2018-06-29 19:10:42 +02:00
3056d9a80e support passing api token in Basic auth password (#12416) 2018-06-28 03:08:32 -07:00
2765afc830 Document the endpoint for deleting an org 2018-06-14 15:28:54 -04:00
0c269d64d0 Alert panel filters (#11712)
alert list panel: filter alerts by name, dashboard, folder, tags
2018-06-01 14:36:40 +02:00
417db13efb Fix dashboard snapshot deletion (#12025)
* fix issue deleting dashboard snapshots by deleteKey, add dedicated endopoint for authenticated requests, update frontend, tests & docs.
2018-05-24 08:55:16 +02:00
a376de56f2 Merge pull request #11934 from liquidm/improve_alert_docs
Improve alert docs
2018-05-21 14:34:58 +02:00
c09c00a1f5 fixes following first code review 2018-05-15 10:06:26 +02:00
295169b94f add useful note to alerting api docs 2018-05-14 20:50:44 +02:00
2dd40eb4e4 improve alerting api docs sample responses 2018-05-14 20:50:08 +02:00
1157542f70 Update dashboard_permissions.md
miss { in repsponse
2018-05-11 10:19:28 +08:00
2c3b8bb035 Merge pull request #9910 from jeroenj/patch-1
Adding a user in a specified organisation uses the admin API
2018-05-08 23:09:25 +02:00
85ccefdb84 Merge branch 'master' into docs-5.1 2018-04-24 16:17:15 +02:00
3451f9a9db Merge branch 'annotations-created' of https://github.com/ryantxu/grafana into ryantxu-annotations-created 2018-04-20 17:14:06 +02:00
7e8bd8d004 Merge branch 'master' into docs-5.1 2018-04-18 14:39:38 +02:00
4664549411 Specify expected encoding for access/secret key 2018-04-17 23:55:07 +03:00
92ac1fbb5b Merge branch 'master' into docs-5.1 2018-04-16 09:58:46 +02:00
638f7d23d4 docs: fix codespell issues 2018-04-13 20:31:29 +02:00
fa95297e6a docs: update default annotation limit when querying api
Needed due to closing #11569
2018-04-13 10:58:29 +02:00
5f47523d76 Update annotations.md to contain correct annotations api path 2018-04-09 15:09:37 -04:00
a2bbd89a9e adding updated column 2018-03-22 15:52:09 +01:00
34d9983da2 docs: add team api link from http api reference page 2018-03-12 13:57:32 +01:00
f1fc1672be docs: minor fix for dashboard http api documentation
Reported in #11176
2018-03-09 10:39:50 -05:00
cc2f478792 Merge branch 'docs_v5.0' 2018-03-01 09:36:48 +01:00
59704ee939 Fix Github OAuth not working with private Organizations (#11028)
* Fix Github OAuth not working with private organizations

* Update documentation
2018-02-28 13:08:15 +01:00
e350653430 docs: fix type in datasource http api 2018-02-23 14:52:45 +01:00
c367cb294e docs: minor folder http api changes 2018-02-22 16:07:55 +01:00
02b412b127 docs: update http api index 2018-02-21 13:11:32 +01:00
7d89f19f6f docs: dashboard and folder permissions http api 2018-02-21 13:09:54 +01:00
b5e96f5ec2 docs: folder http api 2018-02-21 13:09:01 +01:00
2f6e77af1e Merge branch 'master' into docs_v5.0 2018-02-21 10:47:14 +01:00
2bcd7cd25b docs: status code changes for Team API 2018-02-16 11:18:41 +01:00
8377d3630c docs: team API. Closes #10832 2018-02-15 23:05:16 +01:00
3d91a1cbdd Duplicate typo fixed 2018-02-14 10:53:14 +03:00
2bddf50184 docs: update dashboard permissions http api docs 2018-02-12 14:50:35 +01:00
1e0817f863 docs: update http api for api index, dashboard, folder and dashboard search 2018-02-05 20:53:58 +01:00
34ab882986 docs: adds http api dashboard permissions 2018-02-05 17:13:05 +01:00
8ce2074eb2 docs: fix links in HTTP API Reference page
Fixes #10745
2018-02-05 14:05:52 +01:00
07fa2f1722 fix: alert list links did not work, changed dashboardUri to Url, this is breaking api change in alert api (#10756) 2018-02-05 09:42:41 +01:00
8ced9f6462 Update search datasource by name API path
Correct path for search by name endpoint is /api/datasources/:name
2018-02-01 16:41:33 +01:00
30e51ad136 fix missing comma in documentation output example 2017-12-19 22:30:35 +02:00
4a433ee630 docs: include all notifiers type 2017-12-14 14:45:17 +01:00
35106537f2 Replace Read Only Editor role with ViewersCanEdit setting (#10166)
* removes readonly editor role

* adds viewersCanEdit setting

This enable you to allow viewers to edit/inspect
dashboards in grafana in their own browser without
allowing them to save dashboards

* remove read only editor option from all dropdowns

* migrates all read only viewers to viewers

* docs: replace readOnlyEditor with viewersCanEdit
2017-12-13 18:53:42 +01:00
5b05941dec docs: Improve delete snapshot documentation 2017-11-23 13:08:44 +01:00
ca940c2ae5 docs: adds docs for pausing all alerts 2017-11-22 09:31:23 +01:00