Skip to content

Commit ab2b36c

Browse files
docs(SPV-000): regenerate swagger documentation
1 parent 033c776 commit ab2b36c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/docs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4914,7 +4914,7 @@ const docTemplate = `{
49144914
}
49154915
]
49164916
},
4917-
"xpubid": {
4917+
"xpubId": {
49184918
"type": "string",
49194919
"example": "623bc25ce1c0fc510dea72b5ee27b2e70384c099f1f3dce9e73dd987198c3486"
49204920
}

docs/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4905,7 +4905,7 @@
49054905
}
49064906
]
49074907
},
4908-
"xpubid": {
4908+
"xpubId": {
49094909
"type": "string",
49104910
"example": "623bc25ce1c0fc510dea72b5ee27b2e70384c099f1f3dce9e73dd987198c3486"
49114911
}

docs/swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ definitions:
223223
allOf:
224224
- $ref: '#/definitions/filter.TimeRange'
225225
description: UpdatedRange specifies the time range when a record was updated.
226-
xpubid:
226+
xpubId:
227227
example: 623bc25ce1c0fc510dea72b5ee27b2e70384c099f1f3dce9e73dd987198c3486
228228
type: string
229229
type: object

0 commit comments

Comments
 (0)