Elastic Agent binary download sources

Update an agent binary download source

Spaces method and path for this operation:

<div><span class="operation-verb put">put</span>&nbsp;<span class="operation-path">/s/{space_id}/api/fleet/agent_download_sources/{sourceId}</span></div>

Refer to Spaces for more information.

Update an agent binary download source by ID.<br/><br/>[Required authorization] Route required privileges: fleet-settings-all.

put/api/fleet/agent_download_sources/{sourceId}

Path parameters

sourceIdstring required

The ID of the download source

Headers

kbn-xsrfstring required
Example:true

A required header to protect against CSRF attacks

Request body

hoststring uri required
idstring
is_defaultboolean
namestring required
proxy_idstring nullable

The ID of the proxy to use for this download source. See the proxies API for more information.

Response

Successful response

Changes

Changed in 1 of the 96 revisions of this API.1

    • added the optional property item/is_preconfigured to the response with the 200 status

      response-optional-property-added