Skip to content

Commit cc49ee4

Browse files
Fixed the duplicate example for offsite name
1 parent fe4de57 commit cc49ee4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/openapi.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,6 @@ paths:
515515
in: query
516516
description: Index of the first microblock to fetch
517517
required: false
518-
example: 42000
519518
schema:
520519
type: integer
521520
example: 1000
@@ -2981,10 +2980,10 @@ paths:
29812980
in: query
29822981
description: whether or not to include the complete transaction metadata instead of just `tx_id`. Enabling this option can affect performance and response times.
29832982
required: false
2984-
example: true
29852983
schema:
29862984
type: boolean
29872985
default: false
2986+
example: true
29882987
responses:
29892988
200:
29902989
description: List of Non-Fungible Token holdings

0 commit comments

Comments
 (0)