Update a streamput https://{hostname}/api/log-streaming/v1/streams/{streamId}Update the details of the stream.Path ParamsstreamIdintegerrequiredUniquely identifies a stream.Body ParamsKafka streamHydrolix streamLoki streamenablebooleanDefaults to trueEnables the stream, allowing log lines to stream to the destination.truetruefalsekafkaTopicstringrequiredlength between 1 and 128A name that identifies a Kafka topic which needs to match server side configuration.HeadersIf-MatchstringrequiredEnables concurrency control. When you GET the data, store the response's ETag header. When updating the data, pass it back in an If-Match request header. If the data has changed since you last accessed it, the operation fails with a 412 error.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200The response reflects the updated stream. 400Bad request 403Forbidden 404Not found 409ConflictUpdated about 1 month ago