Skip to content

Commit

Permalink
fix database update http method (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
fawaf authored Nov 17, 2024
1 parent 16dcb75 commit 1095523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neon_api/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def database_update(
"""

return self._request(
"PUT",
"PATCH",
f"projects/{ project_id }/branches/{ branch_id }/databases/{ database_id }",
json=json,
)
Expand Down

0 comments on commit 1095523

Please sign in to comment.