{ "opencollection": "1.0.0", "info": { "name": "Kibana APIs Actions Fleet API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Fleet", "type": "folder" }, "items": [ { "info": { "name": "Get space settings", "type": "http" }, "http": { "method": "GET", "url": "https://{kibana_url}/api/fleet/space_settings" }, "docs": "**Spaces method and path for this operation:**\n\n
get /s/{space_id}/api/fleet/space_settings
\n\nRefer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.\n\nGet the Fleet settings for the current Kibana space." }, { "info": { "name": "Create space settings", "type": "http" }, "http": { "method": "PUT", "url": "https://{kibana_url}/api/fleet/space_settings", "headers": [ { "name": "kbn-xsrf", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "**Spaces method and path for this operation:**\n\n
put /s/{space_id}/api/fleet/space_settings
\n\nRefer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.\n\nCreate or update Fleet settings for the current Kibana space.

[Required authorization] Route required privileges: fleet-settings-all." } ] } ], "bundled": true }