Skip to content

Commit 7fe9d55

Browse files
authored
Added viewMode on OCM webapp for completeness (#207)
1 parent 9470919 commit 7fe9d55

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

cs3/sharing/ocm/v1beta1/resources.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

docs/index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14196,6 +14196,14 @@ <h3 id="cs3.sharing.ocm.v1beta1.WebappProtocol">WebappProtocol</h3>
1419614196
Template 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&#39;s home directory. </p></td>
1677716785
</tr>
1677816786

1677916787
<tr>

0 commit comments

Comments
 (0)