Skip to content

Commit

Permalink
Get OCM share by token (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 authored Feb 24, 2023
1 parent ee90f6d commit f2ea1c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cs3/sharing/ocm/v1beta1/resources.proto
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ message ShareReference {
// The combination of fields that
// make the share unique.
ShareKey key = 2;
// The token of the share.
string token = 3;
}
}

Expand Down
7 changes: 7 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13933,6 +13933,13 @@ <h3 id="cs3.sharing.ocm.v1beta1.ShareReference">ShareReference</h3>
make the share unique. </p></td>
</tr>

<tr>
<td>token</td>
<td><a href="#string">string</a></td>
<td></td>
<td><p>The token of the share. </p></td>
</tr>

</tbody>
</table>

Expand Down

0 comments on commit f2ea1c7

Please sign in to comment.