From 2369086fd73737af3aeae7620b15f477feb37d2e Mon Sep 17 00:00:00 2001 From: bitcoin-lightning <153181187+AtomicInnovation321@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:07:56 +0800 Subject: [PATCH] doc:correct listrunes's link --- doc/developers-guide/app-development/rest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developers-guide/app-development/rest.md b/doc/developers-guide/app-development/rest.md index 3bb321ddf47e..1ade48d0c7d6 100644 --- a/doc/developers-guide/app-development/rest.md +++ b/doc/developers-guide/app-development/rest.md @@ -78,7 +78,7 @@ With the default configurations, the Swagger user interface will be available at The POST method requires `rune` header for authorization. - A new `rune` can be created via [createrune](https://docs.corelightning.org/reference/lightning-createrune) or the list of -existing runes can be retrieved with [listrunes](https://docs.corelightning.org/reference/lightning-listrunes) command. +existing runes can be retrieved with [listrunes](https://docs.corelightning.org/reference/lightning-commando-listrunes) command. Note: in version v23.08, a parameter `Nodeid` was required to be the id of the node we're talking to (see `id (pubkey)` received from [getinfo](https://docs.corelightning.org/reference/lightning-getinfo)). You can still send this for backwards compatiblity,