Skip to content

Commit 52467bd

Browse files
committed
remove vended-credentials
1 parent cf710bc commit 52467bd

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

open-api/rest-catalog-open-api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class ServerCapability(BaseModel):
4848

4949
capability: str = Field(
5050
...,
51-
description='A capability supported by the server. The currently available capabilities are:\n - tables\n - views\n - remote-signing\n - vended-credentials\n - multi-table-commit\n',
51+
description='A capability supported by the server. The currently available capabilities are:\n - tables\n - views\n - remote-signing\n - multi-table-commit\n',
5252
example='views',
5353
)
5454
versions: List[int] = Field(

open-api/rest-catalog-open-api.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ tags:
7777
description: Required as part of view support
7878
- name: remote-signing
7979
description: Required as part of remote signing support
80-
- name: vended-credentials
81-
description: Required as part of credential vending support
8280
- name: multi-table-commit
8381
description: Required as part of multi-table commit support
8482

@@ -126,7 +124,6 @@ paths:
126124
- tables (default capability in case the `capabilities` property doesn't exist or is empty in the response)
127125
- views
128126
- remote-signing
129-
- vended-credentials
130127
- multi-table-commit
131128
"
132129
responses:
@@ -1626,7 +1623,6 @@ components:
16261623
- tables
16271624
- views
16281625
- remote-signing
1629-
- vended-credentials
16301626
- multi-table-commit
16311627
example: "views"
16321628
versions:

0 commit comments

Comments
 (0)