Skip to content

Commit

Permalink
fix typos in swagger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shuoer86 authored and peterjah committed Oct 16, 2023
1 parent 6a7ebd5 commit 4e18860
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/swagger/server/restapi/resource/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ paths:
default: 700000000 # DefaultGasLimit
coins:
#$ref: "#/definitions/Amount"
description: Set the coin amount that will be transfered to the smartContract.
type: number # This is kept for backward compatibilty
description: Set the coin amount that will be transferred to the smartContract.
type: number # This is kept for backward compatibility
default: 0 # DefaultGasLimit
expiry:
description: Set the expiry duration (in number of slots) of the transaction.
Expand Down Expand Up @@ -553,7 +553,7 @@ paths:
description: Plugin identifier.
responses:
"204":
description: Plugin successfuly remove from the system.
description: Plugin successfully remove from the system.
"400":
description: Bad request.
schema:
Expand Down Expand Up @@ -596,7 +596,7 @@ paths:
x-nullable: false
responses:
"204":
description: Command successfuly executed.
description: Command successfully executed.
"400":
description: Bad request.
schema:
Expand Down

0 comments on commit 4e18860

Please sign in to comment.