Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Bamieh committed Nov 11, 2024
1 parent 119d689 commit 07262b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/upgrade_assistant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07262b9

Please sign in to comment.