Skip to content

Commit a03195d

Browse files
committed
remove remote-signing capability
1 parent 52467bd commit a03195d

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 - multi-table-commit\n',
51+
description='A capability supported by the server. The currently available capabilities are:\n - tables\n - views\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
@@ -75,8 +75,6 @@ tags:
7575
description: Required as part of table support
7676
- name: views
7777
description: Required as part of view support
78-
- name: remote-signing
79-
description: Required as part of remote signing support
8078
- name: multi-table-commit
8179
description: Required as part of multi-table commit support
8280

@@ -123,7 +121,6 @@ paths:
123121
Capabilities are used by the server to signal supported functionality and can be:
124122
- tables (default capability in case the `capabilities` property doesn't exist or is empty in the response)
125123
- views
126-
- remote-signing
127124
- multi-table-commit
128125
"
129126
responses:
@@ -1622,7 +1619,6 @@ components:
16221619
A capability supported by the server. The currently available capabilities are:
16231620
- tables
16241621
- views
1625-
- remote-signing
16261622
- multi-table-commit
16271623
example: "views"
16281624
versions:

0 commit comments

Comments
 (0)