From 46c4cb25c66ac10dcabe2f07ef359156feed542a Mon Sep 17 00:00:00 2001 From: Alexey Date: Fri, 1 Nov 2024 17:37:25 -0700 Subject: [PATCH] Refer to the JsonPath RFC definition --- docs/resources/control-flow/backend-logic/api/rest-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources/control-flow/backend-logic/api/rest-api.md b/docs/resources/control-flow/backend-logic/api/rest-api.md index 661c48c7..1862b03a 100644 --- a/docs/resources/control-flow/backend-logic/api/rest-api.md +++ b/docs/resources/control-flow/backend-logic/api/rest-api.md @@ -565,7 +565,7 @@ with a numeric character. However, in cases where you have keys with numeric pre ::: :::info -Learn more about **[JSONPath](https://support.smartbear.com/alertsite/docs/monitors/api/endpoint/jsonpath.html)** and how to define a proper expression. +Learn more about **[JSONPath](https://www.rfc-editor.org/rfc/rfc9535.html)** and how to define a proper expression. ::: ### Adding JSON Path @@ -724,4 +724,4 @@ If you prefer watching a video tutorial, here's the one for you:
-::: \ No newline at end of file +:::