Skip to content

Commit cf69819

Browse files
gudnufdaywalker90
authored andcommitted
help schema - all fields required if clnrest present
1 parent 40d3407 commit cf69819

File tree

6 files changed

+254
-253
lines changed

6 files changed

+254
-253
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
@@ -15302,7 +15302,12 @@
1530215302
"clnrest": {
1530315303
"type": "object",
1530415304
"additionalProperties": false,
15305-
"required": [],
15305+
"required": [
15306+
"path",
15307+
"method",
15308+
"content_type",
15309+
"rune"
15310+
],
1530615311
"added": "v24.08",
1530715312
"properties": {
1530815313
"path": {

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

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

doc/schemas/help.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"clnrest": {
4545
"type": "object",
4646
"additionalProperties": false,
47-
"required": [],
47+
"required": ["path", "method", "content_type", "rune"],
4848
"added": "v24.08",
4949
"properties": {
5050
"path": {

0 commit comments

Comments
 (0)