d7ff94906d
Doc: Fix escalation issue 903 ( #40034 )
...
* First set of reorg of Playlist topic. Also fixed a broken bookmark in Azure authentication topic.
* More re-org.
* Added note requested in issue 903.
* Updated a note added dashboard HTTP API endpoint.
* Update docs/sources/dashboards/playlist.md
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
* Update docs/sources/dashboards/playlist.md
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
* Update docs/sources/dashboards/playlist.md
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
* Update docs/sources/dashboards/playlist.md
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
* Update docs/sources/dashboards/playlist.md
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
* Update docs/sources/dashboards/playlist.md
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
* Updated image position and name.
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
2021-10-06 01:46:29 +02:00
ab77bf61d7
Added note. ( #39603 )
2021-09-23 17:24:56 -04:00
b78a67cec7
PackageJson: Prettify markdown/mdx on commit with lint-staged ( #37616 )
...
* Format md,mdx files with prettier on lint-staged
* Manually run prettier on docs/sources
2021-08-06 07:52:36 -06:00
1c49986b2f
Chore: Remove endpoints that contain the slug field ( #35104 )
...
* Chore: Remove endpoints that contain the slug field
* More cleanups
* Lint fixes
* Remove unnecessary funcs
* Cleanup frontend code
* Remove deprecated endpoints from docs
* Revert change according to reviewer's comments
2021-06-03 16:20:13 +03:00
b391e43472
[Dashboard] Revert feature toggle trimdefaults ( #34888 )
...
* Revert "solve comments and retrigger the test"
This reverts commit f08d2d9eca1912f89a535d7231e653ff26987a5c.
* Revert "update api doc"
This reverts commit cc09ceb8535fe54f654355d393d1c7f6809518e1.
* Revert "remove post trim"
This reverts commit 46fe8ed596ada5a047a337088278a4195b05fead.
* Revert "fix typo"
This reverts commit 3b3ceee16ed56d982035016d7a1c795972af6de9.
* Revert "Apply suggestions from code review"
This reverts commit 3b7f3b8e15c9d3f8ed1abb14a4f4013ffdc16d27.
* Revert "update comments"
This reverts commit b9c6260876b02b821ea91f4f2d080efe359d1787.
* Revert "update doc"
This reverts commit 8e4c4d7c93e9a1c58322e4cfca447c3b4dee148b.
* Revert "remove feature toggle + add libraryPaneldefinition"
This reverts commit d01cfcc2edd2cfcd675f658e85ad580ac995eb47.
* fix some typos
* Update public/app/features/dashboard/components/ShareModal/ShareExport.tsx
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
* Update docs/sources/dashboards/export-import.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* fix comments
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-05-28 22:29:30 +02:00
006135c028
fix the url of API ( #34808 )
2021-05-27 20:30:42 +08:00
c59a2e1bcf
remove feature toggle + add libraryPaneldefinition ( #34488 )
...
* remove feature toggle + add libraryPaneldefinition
* update doc
* update comments
* Apply suggestions from code review
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* fix typo
* remove post trim
* update api doc
* solve comments and retrigger the test
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-05-27 11:14:58 +02:00
ef0fab9aa5
Expose folder UID in dashboards API response ( #33991 )
...
* expose folder UID in dashboards API response, import dashboards into folders by folder UID
* handle bad folder UID as 400 error
* 12591:Add tests for request with folderUid
* Use more descriptive error status for missing folders
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
* return 400 when folder id is missing
* put error checking in the right place this time
* mention folderUid in the docs
* Clarify usage of folderUid and folderId when both present
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
* Capitalise UID
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* mention folder UID in the metadata for a GET response
Co-authored-by: Ida Furjesova <ida.furjesova@grafana.com>
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-05-26 10:20:13 -04:00
db29a8a8de
Docs: Replace next with latest in aliases ( #33054 )
2021-04-15 23:08:58 +02:00
9873809547
Docs: Sync master docs against next version ( #32602 )
...
Co-authored-by: Robby Milo <robbymilo@gmail.com>
2021-04-12 09:42:10 +02:00
29bf863a30
Added "message" to the create dashboard example. ( #32452 )
2021-03-29 15:00:27 -04:00
abee02dbcd
Docs: updates for file-based menu ( #28500 )
...
* initial
* cleanup
* remove bad aliases
* cleanup, fix links
* add docs-file-based-command
* update docs
* update readme
* fix broken links
* fix spelling
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-11-09 12:26:49 -08:00
5da3276db1
Dashboard: Use same min refresh interval fallback in the API as in provisioning ( #25926 )
...
* Dashboard: Solve the discrepancy between provisioning and the API, Handle min refresh interval when creating/updating dashboard via API
* Docs: Add refresh field in the example dashboard http api docs
* Update create dashboard API docs
Add refresh field in the create dashboard example response
* Fix create dashboard API docs
* Fix create dashboard API docs
* Update docs/sources/http_api/dashboard.md
Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-08-17 12:00:10 -07:00
8dc75f79f7
API: Enrich endpoints with ID ( #26691 )
2020-07-31 08:22:09 +02:00
8f72d621bf
Docs: Add example for updating dashboard panel alert rule ( #25260 )
2020-06-01 15:53:22 +03:00
f1989f1bfc
docs: change URL occurences to uppercase ( #22151 )
...
* change URL occurences to uppercase
* Update docs/sources/tutorials/iis.md
Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-02-14 08:11:08 -08:00
e1518666dd
Docs: Update dashboard.md ( #21951 )
2020-02-11 10:36:18 -08:00
4f10dca058
Fix internal links in http_api/dashboard.md ( #21255 )
2019-12-30 08:38:08 +01:00
4835539248
Docs: Fix aliases/redirects ( #21241 )
...
Makes all aliases rooted to /docs/grafana/latest.
Fixes #21240
2019-12-30 08:17:03 +01:00
5fd8849d65
Update dashboard.md
2018-08-11 23:44:15 -07:00
f1fc1672be
docs: minor fix for dashboard http api documentation
...
Reported in #11176
2018-03-09 10:39:50 -05:00
2f6e77af1e
Merge branch 'master' into docs_v5.0
2018-02-21 10:47:14 +01:00
3d91a1cbdd
Duplicate typo fixed
2018-02-14 10:53:14 +03:00
1e0817f863
docs: update http api for api index, dashboard, folder and dashboard search
2018-02-05 20:53:58 +01:00
538a8cff1e
chore(docs): update the search Query Example
...
- Updated the last Search Dashboards Example , so that the Example Request and Response seem related
2017-11-01 23:04:51 -07:00
81be4e2612
Update codebox ( #9430 )
...
* updated the codeboxes in docs
* codebox change from json to http
2017-10-05 19:01:03 +02:00
5542309170
fixed incorrect header text ( #8952 )
...
Status code now replaced with Query parameters
2017-07-29 15:34:22 +01:00
6b344d0158
removed incorrect HTTP response data ( #8949 )
...
the example response body contained incorrect out-of-place data, presumably from a copy-paste operation
2017-07-28 09:25:30 +02:00
68e7219135
docs: add missing parameter api call
2017-07-09 02:00:50 +02:00
823b40a360
docs: added bash and http syntax highlighting
2017-05-08 08:02:08 +02:00
fe64ed424e
docs: removed deprecated api #8210
2017-04-25 16:17:05 +02:00
aada5181fa
docs: fix typo in a section describing search API ( #7984 )
2017-03-30 08:54:32 +02:00
9449e93e1e
Fix typo in tags API documentation example request
2017-01-12 17:55:43 +02:00
6081c6cb61
docs(http_api): convert to new docs format
2016-11-24 10:16:24 +01:00
62e162c44c
Update dashboard.md ( #5640 )
...
The key returned by `GET /api/dashboards/db/:slug` is "dashboard" (not "model").
2016-07-23 11:46:20 +02:00
21d2a51cd3
typo
...
tabs != tags
2016-04-23 22:00:42 -07:00
4ff6748eb4
Linked docs from main nav
2016-02-05 01:47:34 -08:00