Update log destinationCopy Pageput https://{hostname}/api/v1/streams/{stream_id}/log_destinations/{log_destination_id}Update an existing log destination.Path Paramsstream_idstringrequiredStream ID.log_destination_idstringrequiredLog destination ID.Body Paramsfile_prefixstring | nullUpdated prefix for log file names (length limit 10).file_suffixstring | nullUpdated suffix for log file names (length limit 100).frequency_in_secint32 | nullUpdated export frequency in seconds (30 or 60).log_destination_configstringUpdated configuration for the log destination.Responses 200Log destination updated successfully. 400Invalid request. 401Unauthorized. 403Forbidden - no access to stream. 404Log destination not found. 500Internal server error.Updated 2 months ago