From fa98424578d3c8c68e4b14f723255b13f48896d9 Mon Sep 17 00:00:00 2001 From: jkrvivian Date: Thu, 11 Jan 2024 13:59:09 +0800 Subject: [PATCH] Fix swagger error --- tips/TIP-0048/openapi3-core.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tips/TIP-0048/openapi3-core.yaml b/tips/TIP-0048/openapi3-core.yaml index f1279f4a2..168d7c506 100644 --- a/tips/TIP-0048/openapi3-core.yaml +++ b/tips/TIP-0048/openapi3-core.yaml @@ -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 @@ -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 @@ -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