Skip to content

Commit

Permalink
Fix swagger error
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrvivian committed Jan 11, 2024
1 parent 1fc52e5 commit fa98424
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tips/TIP-0048/openapi3-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ paths:
description: Look up a commitment by a given commitment index.
parameters:
- in: path
name: index
name: slot
schema:
type: integer
example: 154862
Expand Down Expand Up @@ -1210,7 +1210,7 @@ paths:
description: Get all UTXO changes of a given slot by commitment index.
parameters:
- in: path
name: index
name: slot
schema:
type: integer
example: 154862
Expand Down Expand Up @@ -1259,7 +1259,7 @@ paths:
description: Get all UTXO changes of a given slot index.
parameters:
- in: path
name: index
name: slot
schema:
type: integer
example: 154862
Expand Down

0 comments on commit fa98424

Please sign in to comment.