Skip to content

Commit

Permalink
Added viewMode on OCM webapp for completeness (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern authored Mar 31, 2023
1 parent 9470919 commit 7fe9d55
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cs3/sharing/ocm/v1beta1/resources.proto
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@ message WebappProtocol {
// REQUIRED.
// Template URI to open the resource with a remote app.
string uri_template = 1;
// REQUIRED.
// View mode for the remote app.
cs3.app.provider.v1beta1.ViewMode view_mode = 2;
}

// Defines the options for the Transfer protocol.
Expand Down
10 changes: 9 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14196,6 +14196,14 @@ <h3 id="cs3.sharing.ocm.v1beta1.WebappProtocol">WebappProtocol</h3>
Template URI to open the resource with a remote app. </p></td>
</tr>

<tr>
<td>view_mode</td>
<td><a href="#cs3.app.provider.v1beta1.ViewMode">cs3.app.provider.v1beta1.ViewMode</a></td>
<td></td>
<td><p>REQUIRED.
View mode for the remote app. </p></td>
</tr>

</tbody>
</table>

Expand Down Expand Up @@ -16773,7 +16781,7 @@ <h3 id="cs3.storage.provider.v1beta1.RestoreRecycleItemRequest">RestoreRecycleIt
<td><a href="#cs3.storage.provider.v1beta1.Reference">Reference</a></td>
<td></td>
<td><p>REQUIRED.
The reference to which the action should be performed. </p></td>
The reference to the user&#39;s home directory. </p></td>
</tr>

<tr>
Expand Down

0 comments on commit 7fe9d55

Please sign in to comment.