Update an agent binary download source
Update an agent binary download source by ID.
[Required authorization] Route required privileges: fleet-settings-all.
PUT
/api/fleet/agent_download_sources/{sourceId}
curl \
--request PUT 'https://<KIBANA_URL>/api/fleet/agent_download_sources/{sourceId}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--header "kbn-xsrf: true" \
--data '{"host":"https://example.com","id":"string","is_default":false,"name":"string","proxy_id":"string","secrets":{"ssl":{"key":{"id":"string"}}},"ssl":{"certificate":"string","certificate_authorities":["string"],"key":"string"}}'