cURL
curl --request POST \ --url http://127.0.0.1:9550/v2/available_shared_items \ --header 'Content-Type: application/json' \ --data '{ "path": "<string>", "streamer_node_name": "<string>", "streamer_profile_name": "<string>" }'
"<any>"
Successfully retrieved available shared items
The response is of type any.
any
Was this page helpful?