update_stream_details(p_stream_id integer, p_title text DEFAULT NULL::text, p_desc text DEFAULT NULL::text, p_thumbnail text DEFAULT NULL::text)


Description

Updates stream metadata including title, description, and thumbnail. NULL values are not updated.

Parameters

Name Type Mode
p_stream_id integer IN
p_title text IN
p_desc text IN
p_thumbnail text IN

Definition