@@ -582,10 +582,6 @@ <h2>Table of Contents</h2>
582
582
<a href="#cs3.app.registry.v1beta1.ListSupportedMimeTypesResponse"><span class="badge">M</span>ListSupportedMimeTypesResponse</a>
583
583
</li>
584
584
585
- <li>
586
- <a href="#cs3.app.registry.v1beta1.ListSupportedMimeTypesResponse.AppsEntry"><span class="badge">M</span>ListSupportedMimeTypesResponse.AppsEntry</a>
587
- </li>
588
-
589
585
<li>
590
586
<a href="#cs3.app.registry.v1beta1.SetDefaultAppProviderForMimeTypeRequest"><span class="badge">M</span>SetDefaultAppProviderForMimeTypeRequest</a>
591
587
</li>
@@ -610,11 +606,7 @@ <h2>Table of Contents</h2>
610
606
<ul>
611
607
612
608
<li>
613
- <a href="#cs3.app.registry.v1beta1.AppProviderList"><span class="badge">M</span>AppProviderList</a>
614
- </li>
615
-
616
- <li>
617
- <a href="#cs3.app.registry.v1beta1.MimeType"><span class="badge">M</span>MimeType</a>
609
+ <a href="#cs3.app.registry.v1beta1.MimeTypeInfo"><span class="badge">M</span>MimeTypeInfo</a>
618
610
</li>
619
611
620
612
<li>
@@ -5639,45 +5631,6 @@ <h3 id="cs3.app.registry.v1beta1.ListSupportedMimeTypesResponse">ListSupportedMi
5639
5631
The list of supported mime types and their properties. </p></td>
5640
5632
</tr>
5641
5633
5642
- <tr>
5643
- <td>apps</td>
5644
- <td><a href="#cs3.app.registry.v1beta1.ListSupportedMimeTypesResponse.AppsEntry">ListSupportedMimeTypesResponse.AppsEntry</a></td>
5645
- <td>repeated</td>
5646
- <td><p>REQUIRED.
5647
- The list of supported apps indexed by mime type. </p></td>
5648
- </tr>
5649
-
5650
- </tbody>
5651
- </table>
5652
-
5653
-
5654
-
5655
-
5656
-
5657
- <h3 id="cs3.app.registry.v1beta1.ListSupportedMimeTypesResponse.AppsEntry">ListSupportedMimeTypesResponse.AppsEntry</h3>
5658
- <p></p>
5659
-
5660
-
5661
- <table class="field-table">
5662
- <thead>
5663
- <tr><td>Field</td><td>Type</td><td>Label</td><td>Description</td></tr>
5664
- </thead>
5665
- <tbody>
5666
-
5667
- <tr>
5668
- <td>key</td>
5669
- <td><a href="#string">string</a></td>
5670
- <td></td>
5671
- <td><p> </p></td>
5672
- </tr>
5673
-
5674
- <tr>
5675
- <td>value</td>
5676
- <td><a href="#cs3.app.registry.v1beta1.AppProviderList">AppProviderList</a></td>
5677
- <td></td>
5678
- <td><p> </p></td>
5679
- </tr>
5680
-
5681
5634
</tbody>
5682
5635
</table>
5683
5636
@@ -5792,14 +5745,15 @@ <h3 id="cs3.app.registry.v1beta1.RegistryAPI">RegistryAPI</h3>
5792
5745
<td>ListAppProviders</td>
5793
5746
<td><a href="#cs3.app.registry.v1beta1.ListAppProvidersRequest">ListAppProvidersRequest</a></td>
5794
5747
<td><a href="#cs3.app.registry.v1beta1.ListAppProvidersResponse">ListAppProvidersResponse</a></td>
5795
- <td><p>Returns a list of the available app providers known by this registry.</p></td>
5748
+ <td><p>Registers a new mime type
5749
+ Returns a list of the available app providers known by this registry.</p></td>
5796
5750
</tr>
5797
5751
5798
5752
<tr>
5799
5753
<td>ListSupportedMimeTypes</td>
5800
5754
<td><a href="#cs3.app.registry.v1beta1.ListSupportedMimeTypesRequest">ListSupportedMimeTypesRequest</a></td>
5801
5755
<td><a href="#cs3.app.registry.v1beta1.ListSupportedMimeTypesResponse">ListSupportedMimeTypesResponse</a></td>
5802
- <td><p>Returns a list of the supported mime types along with the apps which they can opened with.</p></td>
5756
+ <td><p>Returns a list of the supported mime types along with the apps which they can be opened with.</p></td>
5803
5757
</tr>
5804
5758
5805
5759
<tr>
@@ -5828,31 +5782,7 @@ <h2 id="cs3/app/registry/v1beta1/resources.proto">cs3/app/registry/v1beta1/resou
5828
5782
<p></p>
5829
5783
5830
5784
5831
- <h3 id="cs3.app.registry.v1beta1.AppProviderList">AppProviderList</h3>
5832
- <p>Holds a list of app providers which can open a particular mime type.</p>
5833
-
5834
-
5835
- <table class="field-table">
5836
- <thead>
5837
- <tr><td>Field</td><td>Type</td><td>Label</td><td>Description</td></tr>
5838
- </thead>
5839
- <tbody>
5840
-
5841
- <tr>
5842
- <td>app_providers</td>
5843
- <td><a href="#cs3.app.registry.v1beta1.ProviderInfo">ProviderInfo</a></td>
5844
- <td>repeated</td>
5845
- <td><p> </p></td>
5846
- </tr>
5847
-
5848
- </tbody>
5849
- </table>
5850
-
5851
-
5852
-
5853
-
5854
-
5855
- <h3 id="cs3.app.registry.v1beta1.MimeType">MimeType</h3>
5785
+ <h3 id="cs3.app.registry.v1beta1.MimeTypeInfo">MimeTypeInfo</h3>
5856
5786
<p>Represents a mime type and its corresponding file extension.</p>
5857
5787
5858
5788
@@ -5879,19 +5809,43 @@ <h3 id="cs3.app.registry.v1beta1.MimeType">MimeType</h3>
5879
5809
</tr>
5880
5810
5881
5811
<tr>
5882
- <td>name </td>
5812
+ <td>ext </td>
5883
5813
<td><a href="#string">string</a></td>
5884
5814
<td></td>
5885
5815
<td><p>REQUIRED.
5816
+ The file extension mapped to this mime type. </p></td>
5817
+ </tr>
5818
+
5819
+ <tr>
5820
+ <td>app_providers</td>
5821
+ <td><a href="#cs3.app.registry.v1beta1.ProviderInfo">ProviderInfo</a></td>
5822
+ <td>repeated</td>
5823
+ <td><p>REQUIRED.
5824
+ The list of app providers which can open this mime type </p></td>
5825
+ </tr>
5826
+
5827
+ <tr>
5828
+ <td>name</td>
5829
+ <td><a href="#string">string</a></td>
5830
+ <td></td>
5831
+ <td><p>OPTIONAL.
5886
5832
The friendly name of this mime type. </p></td>
5887
5833
</tr>
5888
5834
5889
5835
<tr>
5890
- <td>ext </td>
5836
+ <td>description </td>
5891
5837
<td><a href="#string">string</a></td>
5892
5838
<td></td>
5893
- <td><p>REQUIRED.
5894
- The file extension mapped to this mime type. </p></td>
5839
+ <td><p>OPTIONAL.
5840
+ Human-readable information to describe the mime type. </p></td>
5841
+ </tr>
5842
+
5843
+ <tr>
5844
+ <td>icon</td>
5845
+ <td><a href="#string">string</a></td>
5846
+ <td></td>
5847
+ <td><p>OPTIONAL.
5848
+ A URI to a static asset which represents the mime type icon. </p></td>
5895
5849
</tr>
5896
5850
5897
5851
</tbody>
@@ -5913,7 +5867,7 @@ <h3 id="cs3.app.registry.v1beta1.MimeTypeList">MimeTypeList</h3>
5913
5867
5914
5868
<tr>
5915
5869
<td>mime_types</td>
5916
- <td><a href="#cs3.app.registry.v1beta1.MimeType">MimeType </a></td>
5870
+ <td><a href="#cs3.app.registry.v1beta1.MimeTypeInfo">MimeTypeInfo </a></td>
5917
5871
<td>repeated</td>
5918
5872
<td><p> </p></td>
5919
5873
</tr>
@@ -5981,7 +5935,7 @@ <h3 id="cs3.app.registry.v1beta1.ProviderInfo">ProviderInfo</h3>
5981
5935
<td></td>
5982
5936
<td><p>OPTIONAL.
5983
5937
Information to describe the functionalities
5984
- offered by the app provider . Meant to be read
5938
+ offered by the underlying app . Meant to be read
5985
5939
by humans. </p></td>
5986
5940
</tr>
5987
5941
0 commit comments