Skip to content

Commit 8ed9012

Browse files
Accept PUT as a valid http method
1 parent 7e66ccb commit 8ed9012

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyiceberg/catalog/rest/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ class HttpMethod(str, Enum):
8888
HEAD = "HEAD"
8989
POST = "POST"
9090
DELETE = "DELETE"
91+
PUT = "PUT"
9192

9293

9394
class Endpoint(IcebergBaseModel):

0 commit comments

Comments
 (0)