Skip to content

Commit

Permalink
Remove filters from ListAppProvidersRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
ishank011 committed Jul 15, 2021
1 parent 914af2b commit 621f179
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 63 deletions.
9 changes: 0 additions & 9 deletions cs3/app/registry/v1beta1/registry_api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,6 @@ message ListAppProvidersRequest {
// OPTIONAL.
// Opaque information.
cs3.types.v1beta1.Opaque opaque = 1;
// REQUIRED.
// Represents a filter to apply to the request.
message Filter {
// if present, the response MUST list all known app providers for the given mimetype.
string mime_type = 1;
}
// OPTIONAL.
// The list of filters to apply if any.
repeated Filter filters = 2;
}

message ListAppProvidersResponse {
Expand Down
36 changes: 0 additions & 36 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -567,10 +567,6 @@ <h2>Table of Contents</h2>
<a href="#cs3.app.registry.v1beta1.ListAppProvidersRequest"><span class="badge">M</span>ListAppProvidersRequest</a>
</li>

<li>
<a href="#cs3.app.registry.v1beta1.ListAppProvidersRequest.Filter"><span class="badge">M</span>ListAppProvidersRequest.Filter</a>
</li>

<li>
<a href="#cs3.app.registry.v1beta1.ListAppProvidersResponse"><span class="badge">M</span>ListAppProvidersResponse</a>
</li>
Expand Down Expand Up @@ -5595,38 +5591,6 @@ <h3 id="cs3.app.registry.v1beta1.ListAppProvidersRequest">ListAppProvidersReques
Opaque information. </p></td>
</tr>

<tr>
<td>filters</td>
<td><a href="#cs3.app.registry.v1beta1.ListAppProvidersRequest.Filter">ListAppProvidersRequest.Filter</a></td>
<td>repeated</td>
<td><p>OPTIONAL.
The list of filters to apply if any. </p></td>
</tr>

</tbody>
</table>





<h3 id="cs3.app.registry.v1beta1.ListAppProvidersRequest.Filter">ListAppProvidersRequest.Filter</h3>
<p>REQUIRED.</p><p>Represents a filter to apply to the request.</p>


<table class="field-table">
<thead>
<tr><td>Field</td><td>Type</td><td>Label</td><td>Description</td></tr>
</thead>
<tbody>

<tr>
<td>mime_type</td>
<td><a href="#string">string</a></td>
<td></td>
<td><p>if present, the response MUST list all known app providers for the given mimetype. </p></td>
</tr>

</tbody>
</table>

Expand Down
18 changes: 0 additions & 18 deletions proto.lock
Original file line number Diff line number Diff line change
Expand Up @@ -631,24 +631,6 @@
"id": 1,
"name": "opaque",
"type": "cs3.types.v1beta1.Opaque"
},
{
"id": 2,
"name": "filters",
"type": "Filter",
"is_repeated": true
}
],
"messages": [
{
"name": "Filter",
"fields": [
{
"id": 1,
"name": "mime_type",
"type": "string"
}
]
}
]
},
Expand Down

0 comments on commit 621f179

Please sign in to comment.