diff --git a/create-hookdeck-connections.py b/create-hookdeck-connections.py index d4e2ac5..d9fa3ae 100644 --- a/create-hookdeck-connections.py +++ b/create-hookdeck-connections.py @@ -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, )