From 07262b9852fe33af72a02801c465b7daff562532 Mon Sep 17 00:00:00 2001 From: Bamieh Date: Mon, 11 Nov 2024 04:17:17 +0100 Subject: [PATCH] update readme --- x-pack/plugins/upgrade_assistant/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/upgrade_assistant/README.md b/x-pack/plugins/upgrade_assistant/README.md index d81e90e75b163..531d4c1702c04 100644 --- a/x-pack/plugins/upgrade_assistant/README.md +++ b/x-pack/plugins/upgrade_assistant/README.md @@ -287,10 +287,10 @@ Run them in the console to trigger the deprecation condition so they show up in We need to explicitly set the query param `elasticInternalOrigin` to `false` to track the request as non-internal origin. ``` -# Route deprecations for Versioned routes: Version 1 is deprecated +# Route deprecations for Versioned routes GET kbn:/api/routing_example/d/versioned_route?apiVersion=2023-10-31&elasticInternalOrigin=false -# Route deprecations for Non-versioned routes?elasticInternalOrigin=false +# Route deprecations for Non-versioned routes GET kbn:/api/routing_example/d/removed_route?elasticInternalOrigin=false GET kbn:/api/routing_example/d/deprecated_route?elasticInternalOrigin=false POST kbn:/api/routing_example/d/migrated_route?elasticInternalOrigin=false