Update agent binary download source by ID
Spaces method and path for this operation:
put /s/{space_id}/api/fleet/agent_download_sources/{sourceId}
Refer to Spaces for more information.
PUT
/api/fleet/agent_download_sources/{sourceId}
curl \
--request PUT 'https://localhost:5601/api/fleet/agent_download_sources/{sourceId}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--header "kbn-xsrf: string" \
--data '{"host":"string","is_default":true,"name":"string"}'