From fbec77b1b5278361c5d21276c5d2e961e2386748 Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Tue, 29 Jul 2025 08:28:34 +0200 Subject: [PATCH 1/2] Better service name in config file --- lightspeed-stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightspeed-stack.yaml b/lightspeed-stack.yaml index 01a36205..a1e77e38 100644 --- a/lightspeed-stack.yaml +++ b/lightspeed-stack.yaml @@ -1,4 +1,4 @@ -name: foo bar baz +name: Lightspeed Core Service (LCS) service: host: localhost port: 8080 From f0f332092eea045c3c6d250c4dbaac82ba04156b Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Tue, 29 Jul 2025 08:28:59 +0200 Subject: [PATCH 2/2] Regenerated OpenAPI specification --- docs/openapi.json | 4 ++-- docs/openapi.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/openapi.json b/docs/openapi.json index 9042ee1c..e05eed00 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -1,8 +1,8 @@ { "openapi": "3.1.0", "info": { - "title": "foo bar baz service - OpenAPI", - "description": "foo bar baz service API specification.", + "title": "Lightspeed Core Service (LCS) service - OpenAPI", + "description": "Lightspeed Core Service (LCS) service API specification.", "license": { "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/docs/openapi.md b/docs/openapi.md index e54c4d77..d02b0b77 100644 --- a/docs/openapi.md +++ b/docs/openapi.md @@ -1,6 +1,6 @@ -# foo bar baz service - OpenAPI +# Lightspeed Core Service (LCS) service - OpenAPI -foo bar baz service API specification. +Lightspeed Core Service (LCS) service API specification. ## 🌍 Base URL