From ab2247d49182de058013f8b0156be3eff10ce644 Mon Sep 17 00:00:00 2001 From: "Thibault G." Date: Fri, 21 Mar 2025 11:12:54 +0100 Subject: [PATCH 1/2] fix: add missing global defaults --- core/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/configuration.md b/core/configuration.md index 86a0c5ec6b4..11393c8e80f 100644 --- a/core/configuration.md +++ b/core/configuration.md @@ -369,6 +369,8 @@ api_platform: input: ~ output: ~ stateless: ~ + schemes: ~ + options: ~ # The URL generation strategy to use for IRIs url_generation_strategy: !php/const ApiPlatform\Api\UrlGeneratorInterface::ABS_PATH From c4e0f4df8bcee5aa2dce9729dcfa89135802046c Mon Sep 17 00:00:00 2001 From: "Thibault G." Date: Fri, 21 Mar 2025 11:35:29 +0100 Subject: [PATCH 2/2] fix: add missing host in global defaults --- core/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core/configuration.md b/core/configuration.md index 11393c8e80f..4d2043c31cc 100644 --- a/core/configuration.md +++ b/core/configuration.md @@ -371,6 +371,7 @@ api_platform: stateless: ~ schemes: ~ options: ~ + host: ~ # The URL generation strategy to use for IRIs url_generation_strategy: !php/const ApiPlatform\Api\UrlGeneratorInterface::ABS_PATH