From 984c52e7c0bedbd4ca4736d287a71a08de66227f Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Mon, 17 Mar 2025 16:51:44 +0000 Subject: [PATCH] Update code in endpoints/api/v1/endpoint.post.py --- endpoints/api/v1/endpoint.post.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints/api/v1/endpoint.post.py b/endpoints/api/v1/endpoint.post.py index 9400d57..20a4c5c 100644 --- a/endpoints/api/v1/endpoint.post.py +++ b/endpoints/api/v1/endpoint.post.py @@ -10,7 +10,7 @@ async def skibidi_endpoint(): "message": "Success", "data": "skibidi yooo", "metadata": { - "response_type": "text", - "timestamp": "demo_response" + "source": "demo_endpoint", + "timestamp": "2024" } } \ No newline at end of file