From 534b4de051be782d261c979660e75619c8f67ee8 Mon Sep 17 00:00:00 2001 From: MaximAL Date: Wed, 12 Aug 2026 12:06:39 +0300 Subject: [PATCH] Fix URL schema alignment --- src/content/docs/specification/v3_0/api-host-and-base-path.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/specification/v3_0/api-host-and-base-path.md b/src/content/docs/specification/v3_0/api-host-and-base-path.md index 129061ab..0fefb64e 100644 --- a/src/content/docs/specification/v3_0/api-host-and-base-path.md +++ b/src/content/docs/specification/v3_0/api-host-and-base-path.md @@ -13,7 +13,7 @@ All API endpoints are relative to the base URL. For example, assuming the base U ```yaml https://api.example.com/v1/users?role=admin&status=active \________________________/\____/ \______________________/ -server URL endpoint query parameters +server URL endpoint query parameters path ```