|
1 |
| -# Licensed to the Apache Software Foundation (ASF) under one |
2 |
| -# or more contributor license agreements. See the NOTICE file |
3 |
| -# distributed with this work for additional information |
4 |
| -# regarding copyright ownership. The ASF licenses this file |
5 |
| -# to you under the Apache License, Version 2.0 (the |
6 |
| -# "License"); you may not use this file except in compliance |
7 |
| -# with the License. You may obtain a copy of the License at |
8 |
| - |
9 |
| -# http://www.apache.org/licenses/LICENSE-2.0 |
10 |
| - |
11 |
| -# Unless required by applicable law or agreed to in writing, |
12 |
| -# software distributed under the License is distributed on an |
13 |
| -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
14 |
| -# KIND, either express or implied. See the License for the |
15 |
| -# specific language governing permissions and limitations |
16 |
| -# under the License. |
17 | 1 | openapi: 3.0.3
|
18 | 2 | info:
|
19 | 3 | title: Apache Polaris and Apache Iceberg REST Catalog API
|
@@ -1437,11 +1421,11 @@ paths:
|
1437 | 1421 | $ref: '#/components/responses/ServiceUnavailableResponse'
|
1438 | 1422 | 5XX:
|
1439 | 1423 | $ref: '#/components/responses/ServerErrorResponse'
|
1440 |
| - /polaris/v1/{prefix}/namespaces/{namespace}/generic-tables/{table}: |
| 1424 | + /polaris/v1/{prefix}/namespaces/{namespace}/generic-tables/{generic-table}: |
1441 | 1425 | parameters:
|
1442 | 1426 | - $ref: '#/components/parameters/prefix'
|
1443 | 1427 | - $ref: '#/components/parameters/namespace'
|
1444 |
| - - $ref: '#/components/parameters/table' |
| 1428 | + - $ref: '#/components/parameters/generic-table' |
1445 | 1429 | get:
|
1446 | 1430 | tags:
|
1447 | 1431 | - Generic Table API
|
@@ -3717,6 +3701,14 @@ components:
|
3717 | 3701 | schema:
|
3718 | 3702 | type: string
|
3719 | 3703 | example: sales
|
| 3704 | + generic-table: |
| 3705 | + name: generic-table |
| 3706 | + in: path |
| 3707 | + description: A generic table name |
| 3708 | + required: true |
| 3709 | + schema: |
| 3710 | + type: string |
| 3711 | + example: sales |
3720 | 3712 | examples:
|
3721 | 3713 | ListNamespacesNonEmptyExample:
|
3722 | 3714 | summary: A non-empty list of namespaces
|
|
0 commit comments