Skip to content

Commit

Permalink
schema test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav137 committed Dec 13, 2024
1 parent 0dcc258 commit e0bc7a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion doc/schemas/gov_openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,9 @@
"member_data": {
"$ref": "#/components/schemas/json"
},
"recovery_owner": {
"$ref": "#/components/schemas/boolean"
},
"status": {
"$ref": "#/components/schemas/MemberStatus"
}
Expand Down Expand Up @@ -1301,7 +1304,7 @@
"info": {
"description": "This API is used to submit and query proposals which affect CCF's public governance tables.",
"title": "CCF Governance API",
"version": "4.5.0"
"version": "4.6.0"
},
"openapi": "3.0.0",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/node/rpc/member_frontend.h
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ namespace ccf
openapi_info.description =
"This API is used to submit and query proposals which affect CCF's "
"public governance tables.";
openapi_info.document_version = "4.5.0";
openapi_info.document_version = "4.6.0";
}

static std::optional<MemberId> get_caller_member_id(
Expand Down

0 comments on commit e0bc7a7

Please sign in to comment.