From 9900a818f440927e649eba6237d26224f489411a Mon Sep 17 00:00:00 2001 From: "LDFOUR\\luisd" Date: Wed, 19 Mar 2025 14:07:13 -0300 Subject: [PATCH] WN-280 Update tha base url swagger --- storage/api-docs/api-docs.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/storage/api-docs/api-docs.json b/storage/api-docs/api-docs.json index a008649..dc16378 100644 --- a/storage/api-docs/api-docs.json +++ b/storage/api-docs/api-docs.json @@ -7,7 +7,7 @@ }, "servers": [ { - "url": "http://localhost:8085/v1", + "url": "https://api.whatnow.jazusoft.com/v1", "description": "API Base URL" } ], @@ -422,7 +422,7 @@ "attributionMessage": { "type": "string", "maxLength": 2048, - "example": "PRUEBA 2" + "example": "attributionMessage example" }, "contributors": { "type": "array", @@ -1760,7 +1760,7 @@ }, { "name": "Whatnow", - "description": "Operations about Regions" + "description": "Operations about Whatnow messages" }, { "name": "Applications", @@ -1785,4 +1785,4 @@ "BasicAuth": [] } ] -} +} \ No newline at end of file