Skip to content

Commit 61c471a

Browse files
committed
help schema - all fields required if clnrest present
1 parent 73a9723 commit 61c471a

File tree

6 files changed

+128
-127
lines changed

6 files changed

+128
-127
lines changed

cln-grpc/proto/node.proto

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cln-grpc/src/convert.rs

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cln-rpc/src/model.rs

Lines changed: 4 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contrib/msggen/msggen/schema.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12591,7 +12591,12 @@
1259112591
"clnrest": {
1259212592
"type": "object",
1259312593
"additionalProperties": false,
12594-
"required": [],
12594+
"required": [
12595+
"path",
12596+
"method",
12597+
"content_type",
12598+
"rune"
12599+
],
1259512600
"added": "v24.08",
1259612601
"properties": {
1259712602
"path": {

contrib/pyln-grpc-proto/pyln/grpc/node_pb2.py

Lines changed: 109 additions & 109 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/schemas/lightning-help.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"clnrest": {
6565
"type": "object",
6666
"additionalProperties": false,
67-
"required": [],
67+
"required": ["path", "method", "content_type", "rune"],
6868
"added": "v24.08",
6969
"properties": {
7070
"path": {

0 commit comments

Comments
 (0)