From ae24ca5977347598544f42e6a1f4990688da54a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?jeesun=20=EC=A7=80=EC=84=A0?= Date: Tue, 3 Dec 2024 21:31:40 +0100 Subject: [PATCH] Update docs/tools/developer-tools/lab/api-explorer/horizon-endpoint.mdx Co-authored-by: Iveta --- .../tools/developer-tools/lab/api-explorer/horizon-endpoint.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/developer-tools/lab/api-explorer/horizon-endpoint.mdx b/docs/tools/developer-tools/lab/api-explorer/horizon-endpoint.mdx index bdc798cbf..404f2b6c6 100644 --- a/docs/tools/developer-tools/lab/api-explorer/horizon-endpoint.mdx +++ b/docs/tools/developer-tools/lab/api-explorer/horizon-endpoint.mdx @@ -339,7 +339,7 @@ It shows that `auth_revocable` is set to `true` under `flags`, indicating that t The Stellar Lab offers a share feature that allows you to copy a URL to its page, which redirects users to a form with the endpoint URL and parameter values pre-filled. This feature makes it easy to collaborate with others. -For example, clicking the share icon on the Payments for Account page with the account ID `GBPIMUEJFYS7RT23QO2ACH2JMKGXLXZI4E5ACBSQMF32RKZ5H3SVNL5F`. copies a URL that includes the account ID parameter and network setting. An example of a copied URL is [this link](https://lab.stellar.org/endpoints/payments/account?$=network$id=testnet&label=Testnet&horizonUrl=https:////horizon-testnet.stellar.org&rpcUrl=https:////soroban-testnet.stellar.org&passphrase=Test%20SDF%20Network%20/;%20September%202015;&endpoints$params$account_id=GBPIMUEJFYS7RT23QO2ACH2JMKGXLXZI4E5ACBSQMF32RKZ5H3SVNL5F;;). +For example, clicking the share icon on the Payments for Account page with the account ID `GBPIMUEJFYS7RT23QO2ACH2JMKGXLXZI4E5ACBSQMF32RKZ5H3SVNL5F`, copies a URL that includes the account ID parameter and network setting. An example of a copied URL is [this link](https://lab.stellar.org/endpoints/payments/account?$=network$id=testnet&label=Testnet&horizonUrl=https:////horizon-testnet.stellar.org&rpcUrl=https:////soroban-testnet.stellar.org&passphrase=Test%20SDF%20Network%20/;%20September%202015;&endpoints$params$account_id=GBPIMUEJFYS7RT23QO2ACH2JMKGXLXZI4E5ACBSQMF32RKZ5H3SVNL5F;;). ![Lab: Horizon - Share Feature](/assets/lab/horizon-share.png)