We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
204 No Content
1 parent 200bcdf commit 74eb39bCopy full SHA for 74eb39b
whatsapp_api_webhook_server_python_v2/main.py
@@ -50,7 +50,7 @@ def _init_server(self):
50
51
self._server_app = FastAPI(docs_url=None)
52
53
- @self._server_app.post("/")
+ @self._server_app.post("/", status_code=status.HTTP_204_NO_CONTENT)
54
def webhook_endpoint(
55
webhook_data: WebhookData,
56
authorization: Annotated[Union[str, None], Header()] = None,
0 commit comments