Skip to content

Commit

Permalink
Rename endpoint commitment/by-index/ -> commitment/by-slot
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrvivian committed Jan 10, 2024
1 parent 24e6a29 commit 5c6be02
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 @@ -1144,7 +1144,7 @@ paths:
schema:
$ref: '#/components/schemas/InternalErrorResponse'

'/api/core/v3/commitments/by-index/{index}':
'/api/core/v3/commitments/by-slot/{slot}':
get:
tags:
- commitments
Expand Down Expand Up @@ -1202,7 +1202,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/InternalErrorResponse'
'/api/core/v3/commitments/by-index/{index}/utxo-changes':
'/api/core/v3/commitments/by-slot/{slot}/utxo-changes':
get:
tags:
- commitments
Expand Down Expand Up @@ -1251,7 +1251,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/InternalErrorResponse'
'/api/core/v3/commitments/by-index/{index}/utxo-changes/full':
'/api/core/v3/commitments/by-slot/{slot}/utxo-changes/full':
get:
tags:
- commitments
Expand Down

0 comments on commit 5c6be02

Please sign in to comment.