Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Sep 27, 2024
1 parent 351031f commit 336acd9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion jsonrpc/src/methods/beacon.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,10 @@
],
"result": {
"$ref": "#/components/contentDescriptors/RecursiveFindContentResult"
}
},
"errors":[{
"$ref": "#/components/errors/ContentNotFoundError"
}]
},
{
"name": "portal_beaconTraceRecursiveFindContent",
Expand Down
5 changes: 4 additions & 1 deletion jsonrpc/src/methods/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,10 @@
],
"result": {
"$ref": "#/components/contentDescriptors/RecursiveFindContentResult"
}
},
"errors":[{
"$ref": "#/components/errors/ContentNotFoundError"
}]
},
{
"name": "portal_historyTraceRecursiveFindContent",
Expand Down
5 changes: 4 additions & 1 deletion jsonrpc/src/methods/state.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,10 @@
],
"result": {
"$ref": "#/components/contentDescriptors/RecursiveFindContentResult"
}
},
"errors":[{
"$ref": "#/components/errors/ContentNotFoundError"
}]
},
{
"name": "portal_stateTraceRecursiveFindContent",
Expand Down

0 comments on commit 336acd9

Please sign in to comment.