Skip to content

Commit 038fa7e

Browse files
Fixed the duplicate example for offsite name
1 parent c10c986 commit 038fa7e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/openapi.yaml

Lines changed: 2 additions & 5 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
@@ -1263,7 +1262,6 @@ paths:
12631262
- name: unanchored
12641263
in: query
12651264
description: Include transaction data from unanchored (i.e. unconfirmed) microblocks.
1266-
example: true
12671265
required: false
12681266
schema:
12691267
type: boolean
@@ -1315,9 +1313,9 @@ paths:
13151313
in: query
13161314
description: index of first account transaction to fetch
13171315
required: false
1318-
example: 42000
13191316
schema:
13201317
type: integer
1318+
example: 42000
13211319
- name: height
13221320
in: query
13231321
description: Filter for transactions only at this given block height
@@ -2991,10 +2989,10 @@ paths:
29912989
in: query
29922990
description: whether or not to include the complete transaction metadata instead of just `tx_id`. Enabling this option can affect performance and response times.
29932991
required: false
2994-
example: true
29952992
schema:
29962993
type: boolean
29972994
default: false
2995+
example: true
29982996
responses:
29992997
200:
30002998
description: List of Non-Fungible Token holdings
@@ -3112,7 +3110,6 @@ paths:
31123110
in: query
31133111
description: index of first event to fetch
31143112
required: false
3115-
example: 42000
31163113
schema:
31173114
type: integer
31183115
default: 0

0 commit comments

Comments
 (0)