File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -257,6 +257,9 @@ message WebappProtocol {
257257 // REQUIRED.
258258 // Template URI to open the resource with a remote app.
259259 string uri_template = 1 ;
260+ // REQUIRED.
261+ // View mode for the remote app.
262+ cs3.app.provider.v1beta1.ViewMode view_mode = 2 ;
260263}
261264
262265// Defines the options for the Transfer protocol.
Original file line number Diff line number Diff line change @@ -14196,6 +14196,14 @@ <h3 id="cs3.sharing.ocm.v1beta1.WebappProtocol">WebappProtocol</h3>
1419614196Template URI to open the resource with a remote app. </p></td>
1419714197 </tr>
1419814198
14199+ <tr>
14200+ <td>view_mode</td>
14201+ <td><a href="#cs3.app.provider.v1beta1.ViewMode">cs3.app.provider.v1beta1.ViewMode</a></td>
14202+ <td></td>
14203+ <td><p>REQUIRED.
14204+ View mode for the remote app. </p></td>
14205+ </tr>
14206+
1419914207 </tbody>
1420014208 </table>
1420114209
@@ -16773,7 +16781,7 @@ <h3 id="cs3.storage.provider.v1beta1.RestoreRecycleItemRequest">RestoreRecycleIt
1677316781 <td><a href="#cs3.storage.provider.v1beta1.Reference">Reference</a></td>
1677416782 <td></td>
1677516783 <td><p>REQUIRED.
16776- The reference to which the action should be performed . </p></td>
16784+ The reference to the user's home directory . </p></td>
1677716785 </tr>
1677816786
1677916787 <tr>
You can’t perform that action at this time.
0 commit comments