Skip to content

Commit 1095523

Browse files
authored
fix database update http method (#6)
1 parent 16dcb75 commit 1095523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neon_api/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ def database_update(
495495
"""
496496

497497
return self._request(
498-
"PUT",
498+
"PATCH",
499499
f"projects/{ project_id }/branches/{ branch_id }/databases/{ database_id }",
500500
json=json,
501501
)

0 commit comments

Comments
 (0)