Skip to content

Commit

Permalink
chore: update to versioned Hookdeck API
Browse files Browse the repository at this point in the history
  • Loading branch information
leggetter committed Nov 22, 2024
1 parent 42649c7 commit cca4e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-hookdeck-connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
def create_connection(payload):
response = httpx.request(
"PUT",
"https://api.hookdeck.com/latest/connections",
"https://api.hookdeck.com/2024-09-01/connections",
headers=headers,
json=payload,
)
Expand Down

0 comments on commit cca4e57

Please sign in to comment.