Publish an app to a stream
Publish an app to a stream by using the Publish method.
Example
1. Publish the app. The name of the published app is "Golf Quest_Published". The identifier of the stream is b09be8ee-c807-4aa3-8bf6-4cc7729200a8.
The client sends:
{
"jsonrpc": "2.0",
"id": 2,
"method": "Publish",
"handle": 1,
"params": [
"b09be8ee-c807-4aa3-8bf6-4cc7729200a8",
"Golf Quest_Published"
]
}
The engine returns:
{
"jsonrpc": "2.0",
"id": 2,
"result": {}
}
The app is published to the stream b09be8ee-c807-4aa3-8bf6-4cc7729200a8 and is named Golf Quest_Published.