Update Fleet Server host by ID
Spaces method and path for this operation:
put /s/{space_id}/api/fleet/fleet_server_hosts/{itemId}
Refer to Spaces for more information.
PUT /api/fleet/fleet_server_hosts/{itemId}
curl \ --request PUT 'https://localhost:5601/api/fleet/fleet_server_hosts/{itemId}' \ --header "Authorization: $API_KEY" \ --header "Content-Type: application/json" \ --header "kbn-xsrf: string" \ --data '{"host_urls":["string"],"is_default":true,"is_internal":true,"name":"string","proxy_id":"string"}'