Skip to content

Commit 5e6eda0

Browse files
gudnufdaywalker90
authored andcommitted
help schema - all fields required if clnrest present
1 parent 4ab867a commit 5e6eda0

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
@@ -12783,7 +12783,12 @@
1278312783
"clnrest": {
1278412784
"type": "object",
1278512785
"additionalProperties": false,
12786-
"required": [],
12786+
"required": [
12787+
"path",
12788+
"method",
12789+
"content_type",
12790+
"rune"
12791+
],
1278712792
"added": "v24.08",
1278812793
"properties": {
1278912794
"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
@@ -43,7 +43,7 @@
4343
"clnrest": {
4444
"type": "object",
4545
"additionalProperties": false,
46-
"required": [],
46+
"required": ["path", "method", "content_type", "rune"],
4747
"added": "v24.08",
4848
"properties": {
4949
"path": {

0 commit comments

Comments
 (0)