destinations
Update a Destination within a Pack
Update the specified Destination.<br/><br/>Provide a complete representation of the Destination that you want to update in the request body. This endpoint does not support partial updates. Cribl removes any omitted fields when updating the Destination.<br/><br/>Confirm that the configuration in your request body is correct before sending the request. If the configuration is incorrect, the updated Destination might not function as expected within the specified Pack.
patch/p/{pack}/system/outputs/{id}
Path parameters
idstring required
The <code>id</code> of the Destination to update.
packstring required
The <code>id</code> of the Pack.
Request body
Response
The updated Destination object in a single-item list.