Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pdp2121 committed Sep 19, 2024
1 parent a6db19f commit 66ca347
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions addRequestTemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,17 +144,17 @@ sharedRequestSpecs = YAML.stringify(
components: {
schemas: {
[`${camelCaseInput}Request`]: {
summary: '',
description: '',
type:'object',
properties: {},
},
[`${camelCaseInput}SuccessResponse`]: {
summary: '',
description: '',
type:'object',
properties: {},
},
[`${camelCaseInput}ErrorResponse`]: {
summary: '',
description: '',
type:'object',
properties: {},
},
Expand Down
2 changes: 1 addition & 1 deletion open_api/json_api_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ paths:
# We use OpenAPI's discriminator field with the `method` name to delineate between the options
/:
post:
description: Send JSON-RPC request to server
summary: Send JSON-RPC request to server
requestBody:
description: JSON-RPC request object
content:
Expand Down

0 comments on commit 66ca347

Please sign in to comment.