Skip to content

Commit

Permalink
help schema - all fields required if clnrest present
Browse files Browse the repository at this point in the history
  • Loading branch information
gudnuf committed Aug 5, 2024
1 parent 4517fbe commit 7dc3fe3
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 127 deletions.
8 changes: 4 additions & 4 deletions cln-grpc/proto/node.proto

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions cln-grpc/src/convert.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 4 additions & 8 deletions cln-rpc/src/model.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion contrib/msggen/msggen/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12783,7 +12783,12 @@
"clnrest": {
"type": "object",
"additionalProperties": false,
"required": [],
"required": [
"path",
"method",
"content_type",
"rune"
],
"added": "v24.08",
"properties": {
"path": {
Expand Down
218 changes: 109 additions & 109 deletions contrib/pyln-grpc-proto/pyln/grpc/node_pb2.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/schemas/lightning-help.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"clnrest": {
"type": "object",
"additionalProperties": false,
"required": [],
"required": ["path", "method", "content_type", "rune"],
"added": "v24.08",
"properties": {
"path": {
Expand Down

0 comments on commit 7dc3fe3

Please sign in to comment.