headercase
This commit is contained in:
parent
c4ffc08bae
commit
5d1bfeaa9a
|
@ -28,7 +28,7 @@ async def check_webhook_existence():
|
||||||
|
|
||||||
headers = {
|
headers = {
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
"x-authorizer-admin-secret": ADMIN_SECRET
|
"X-Authorizer-Admin-Secret": ADMIN_SECRET
|
||||||
}
|
}
|
||||||
|
|
||||||
operation = "GetWebhooks"
|
operation = "GetWebhooks"
|
||||||
|
@ -63,7 +63,7 @@ async def create_webhook_endpoint():
|
||||||
|
|
||||||
headers = {
|
headers = {
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
"x-authorizer-admin-secret": ADMIN_SECRET,
|
"X-Authorizer-Admin-Secret": ADMIN_SECRET
|
||||||
}
|
}
|
||||||
|
|
||||||
exists, webhook_id, current_endpoint = await check_webhook_existence()
|
exists, webhook_id, current_endpoint = await check_webhook_existence()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user