kibana/docs/api
Shahzad cb01c1d2dc
[8.16] [Synthetics] Fixes partial updates for params and params viewing (#195866) (#198284)
# Backport

This will backport the following commits from `main` to `8.16`:
- [[Synthetics] Fixes partial updates for params and params viewing
(#195866)](https://github.com/elastic/kibana/pull/195866)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"Shahzad","email":"shahzad31comp@gmail.com"},"sourceCommit":{"committedDate":"2024-10-25T15:06:52Z","message":"[Synthetics]
Fixes partial updates for params and params viewing (#195866)\n\n##
Summary\r\n\r\nFixes
https://github.com/elastic/kibana/issues/167781\r\n\r\nIn docs we says
that only key/value pairs are required, but in actual\r\nedit, that
means rest of the data was being lost on edits\r\n\r\nAllow partial
updates to params edit API !!\r\n\r\nThis PR makes sure prev objects is
fetched and merged with new data\r\nhence allowing partial updates
!!\r\n\r\nWe are also allowing the ability to view value of the secret
once it's\r\nsaved via API !!\r\n\r\n### Value is hidden\r\nParam value
will not be visible unless user is `super_user` or\r\n`kibana_admin`,
though user can assign new
value.\r\n\r\n---------\r\n\r\nCo-authored-by: Justin Kambic
<jk@elastic.co>","sha":"0ff9a8a9d9ff2bdb99562eeca29152bd0a0c4385","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-management","v8.16.0","v8.17.0"],"number":195866,"url":"https://github.com/elastic/kibana/pull/195866","mergeCommit":{"message":"[Synthetics]
Fixes partial updates for params and params viewing (#195866)\n\n##
Summary\r\n\r\nFixes
https://github.com/elastic/kibana/issues/167781\r\n\r\nIn docs we says
that only key/value pairs are required, but in actual\r\nedit, that
means rest of the data was being lost on edits\r\n\r\nAllow partial
updates to params edit API !!\r\n\r\nThis PR makes sure prev objects is
fetched and merged with new data\r\nhence allowing partial updates
!!\r\n\r\nWe are also allowing the ability to view value of the secret
once it's\r\nsaved via API !!\r\n\r\n### Value is hidden\r\nParam value
will not be visible unless user is `super_user` or\r\n`kibana_admin`,
though user can assign new
value.\r\n\r\n---------\r\n\r\nCo-authored-by: Justin Kambic
<jk@elastic.co>","sha":"0ff9a8a9d9ff2bdb99562eeca29152bd0a0c4385"}},"sourceBranch":"main","suggestedTargetBranches":["8.16"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195866","number":195866,"mergeCommit":{"message":"[Synthetics]
Fixes partial updates for params and params viewing (#195866)\n\n##
Summary\r\n\r\nFixes
https://github.com/elastic/kibana/issues/167781\r\n\r\nIn docs we says
that only key/value pairs are required, but in actual\r\nedit, that
means rest of the data was being lost on edits\r\n\r\nAllow partial
updates to params edit API !!\r\n\r\nThis PR makes sure prev objects is
fetched and merged with new data\r\nhence allowing partial updates
!!\r\n\r\nWe are also allowing the ability to view value of the secret
once it's\r\nsaved via API !!\r\n\r\n### Value is hidden\r\nParam value
will not be visible unless user is `super_user` or\r\n`kibana_admin`,
though user can assign new
value.\r\n\r\n---------\r\n\r\nCo-authored-by: Justin Kambic
<jk@elastic.co>","sha":"0ff9a8a9d9ff2bdb99562eeca29152bd0a0c4385"}},{"branch":"8.16","label":"v8.16.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","labelRegex":"^v8.17.0$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/197850","number":197850,"state":"MERGED","mergeCommit":{"sha":"4c22558e576bd78deb97474b4a514f6eca9e598e","message":"[8.x]
[Synthetics] Fixes partial updates for params and params viewing
(#195866) (#197850)\n\n# Backport\n\nThis will backport the following
commits from `main` to `8.x`:\n- [[Synthetics] Fixes partial updates for
params and params
viewing\n(#195866)](https://github.com/elastic/kibana/pull/195866)\n\n<!---
Backport version: 9.4.3 -->\n\n### Questions ?\nPlease refer to the
[Backport
tool\ndocumentation](https://github.com/sqren/backport)\n\n<!--BACKPORT\n[{\"author\":{\"name\":\"Shahzad\",\"email\":\"shahzad31comp@gmail.com\"},\"sourceCommit\":{\"committedDate\":\"2024-10-25T15:06:52Z\",\"message\":\"[Synthetics]\nFixes
partial updates for params and params viewing
(#195866)\\n\\n##\nSummary\\r\\n\\r\\nFixes\nhttps://github.com/elastic/kibana/issues/167781\\r\\n\\r\\nIn
docs we says\nthat only key/value pairs are required, but in
actual\\r\\nedit, that\nmeans rest of the data was being lost on
edits\\r\\n\\r\\nAllow partial\nupdates to params edit API
!!\\r\\n\\r\\nThis PR makes sure prev objects is\nfetched and merged
with new data\\r\\nhence allowing partial updates\n!!\\r\\n\\r\\nWe are
also allowing the ability to view value of the secret\nonce
it's\\r\\nsaved via API !!\\r\\n\\r\\n### Value is hidden\\r\\nParam
value\nwill not be visible unless user is `super_user`
or\\r\\n`kibana_admin`,\nthough user can assign
new\nvalue.\\r\\n\\r\\n---------\\r\\n\\r\\nCo-authored-by: Justin
Kambic\n<jk@elastic.co>\",\"sha\":\"0ff9a8a9d9ff2bdb99562eeca29152bd0a0c4385\",\"branchLabelMapping\":{\"^v9.0.0$\":\"main\",\"^v8.17.0$\":\"8.x\",\"^v(\\\\d+).(\\\\d+).\\\\d+$\":\"$1.$2\"}},\"sourcePullRequest\":{\"labels\":[\"release_note:skip\",\"v9.0.0\",\"backport:prev-minor\",\"ci:project-deploy-observability\",\"Team:obs-ux-management\"],\"title\":\"[Synthetics]\nFixes
partial updates for params and
params\nviewing\",\"number\":195866,\"url\":\"https://github.com/elastic/kibana/pull/195866\",\"mergeCommit\":{\"message\":\"[Synthetics]\nFixes
partial updates for params and params viewing
(#195866)\\n\\n##\nSummary\\r\\n\\r\\nFixes\nhttps://github.com/elastic/kibana/issues/167781\\r\\n\\r\\nIn
docs we says\nthat only key/value pairs are required, but in
actual\\r\\nedit, that\nmeans rest of the data was being lost on
edits\\r\\n\\r\\nAllow partial\nupdates to params edit API
!!\\r\\n\\r\\nThis PR makes sure prev objects is\nfetched and merged
with new data\\r\\nhence allowing partial updates\n!!\\r\\n\\r\\nWe are
also allowing the ability to view value of the secret\nonce
it's\\r\\nsaved via API !!\\r\\n\\r\\n### Value is hidden\\r\\nParam
value\nwill not be visible unless user is `super_user`
or\\r\\n`kibana_admin`,\nthough user can assign
new\nvalue.\\r\\n\\r\\n---------\\r\\n\\r\\nCo-authored-by: Justin
Kambic\n<jk@elastic.co>\",\"sha\":\"0ff9a8a9d9ff2bdb99562eeca29152bd0a0c4385\"}},\"sourceBranch\":\"main\",\"suggestedTargetBranches\":[],\"targetPullRequestStates\":[{\"branch\":\"main\",\"label\":\"v9.0.0\",\"branchLabelMappingKey\":\"^v9.0.0$\",\"isSourceBranch\":true,\"state\":\"MERGED\",\"url\":\"https://github.com/elastic/kibana/pull/195866\",\"number\":195866,\"mergeCommit\":{\"message\":\"[Synthetics]\nFixes
partial updates for params and params viewing
(#195866)\\n\\n##\nSummary\\r\\n\\r\\nFixes\nhttps://github.com/elastic/kibana/issues/167781\\r\\n\\r\\nIn
docs we says\nthat only key/value pairs are required, but in
actual\\r\\nedit, that\nmeans rest of the data was being lost on
edits\\r\\n\\r\\nAllow partial\nupdates to params edit API
!!\\r\\n\\r\\nThis PR makes sure prev objects is\nfetched and merged
with new data\\r\\nhence allowing partial updates\n!!\\r\\n\\r\\nWe are
also allowing the ability to view value of the secret\nonce
it's\\r\\nsaved via API !!\\r\\n\\r\\n### Value is hidden\\r\\nParam
value\nwill not be visible unless user is `super_user`
or\\r\\n`kibana_admin`,\nthough user can assign
new\nvalue.\\r\\n\\r\\n---------\\r\\n\\r\\nCo-authored-by: Justin
Kambic\n<jk@elastic.co>\",\"sha\":\"0ff9a8a9d9ff2bdb99562eeca29152bd0a0c4385\"}}]}]\nBACKPORT-->\n\nCo-authored-by:
Shahzad <shahzad31comp@gmail.com>"}}]}] BACKPORT-->
2024-11-01 10:21:48 +01:00
..
dashboard [DOCS] Remove saved object and data view API pages (#190654) 2024-08-20 17:29:06 +00:00
index-patterns [DOCS] Remove saved object and data view API pages (#190654) 2024-08-20 17:29:06 +00:00
logstash-configuration-management Add a note that if list pipelines exceeds 10k, Kibana faces performan… (#131992) 2022-05-11 16:24:16 -07:00
osquery-manager [8.x] [DOCS ]Direct users to new API reference site (#195909) (#196352) 2024-10-15 16:00:44 +00:00
session-management Expose session invalidation API. (#92376) 2021-03-24 09:54:08 +01:00
short-urls Short url docs (#113084) 2021-10-12 19:46:58 +02:00
synthetics [8.16] [Synthetics] Fixes partial updates for params and params viewing (#195866) (#198284) 2024-11-01 10:21:48 +01:00
task-manager Fix task manager polling flow controls (#153491) 2023-05-03 09:33:10 -04:00
upgrade-assistant Fixed some typos (#125802) 2022-03-02 16:40:34 -06:00
uptime [Uptime] Settings public API (#163400) 2023-10-23 06:14:37 -07:00
actions-and-connectors.asciidoc [DOCS] Remove machine learning, alerting, cases, and connector API pages (#190747) 2024-08-20 14:43:59 +00:00
alerting.asciidoc [DOCS] Remove machine learning, alerting, cases, and connector API pages (#190747) 2024-08-20 14:43:59 +00:00
cases.asciidoc [DOCS] Remove machine learning, alerting, cases, and connector API pages (#190747) 2024-08-20 14:43:59 +00:00
dashboard-api.asciidoc [Docs] Add details to SO APIs landing page (#191693) 2024-08-29 15:04:00 -05:00
data-views.asciidoc [Docs] Add details to SO APIs landing page (#191693) 2024-08-29 15:04:00 -05:00
features.asciidoc Timelion App removal (#110255) 2021-09-10 14:53:07 +03:00
index-patterns.asciidoc [DOCS] Add deprecated index pattern APIs (#124065) 2022-01-31 15:47:25 -08:00
logstash-configuration-management.asciidoc [DOCS] Updates API requests and examples (#60695) 2020-03-20 16:33:20 -05:00
machine-learning.asciidoc [DOCS] Remove machine learning, alerting, cases, and connector API pages (#190747) 2024-08-20 14:43:59 +00:00
osquery-manager.asciidoc [8.x] [DOCS ]Direct users to new API reference site (#195909) (#196352) 2024-10-15 16:00:44 +00:00
role-management.asciidoc [8.16] [OpenAPI][DOCS] Add descriptions, examples, responses for role APIs (#195527) (#197890) 2024-10-28 18:28:37 +01:00
saved-objects.asciidoc [Docs] Add details to SO APIs landing page (#191693) 2024-08-29 15:04:00 -05:00
session-management.asciidoc Expose session invalidation API. (#92376) 2021-03-24 09:54:08 +01:00
short-urls.asciidoc [Docs] Add details to SO APIs landing page (#191693) 2024-08-29 15:04:00 -05:00
spaces-management.asciidoc [8.16] [DOCS][OpenAPI] Add descriptions, examples, tags, responses for space APIs (#195333) (#196943) 2024-10-18 15:43:40 -05:00
upgrade-assistant.asciidoc [DOCS] Adds missing add default field API (#86332) 2020-12-17 13:59:56 -06:00
uptime-api.asciidoc [Uptime] Settings public API (#163400) 2023-10-23 06:14:37 -07:00