Skip to content

Commit

Permalink
fix(docs): arrays in URL queries should be formatted with form rath…
Browse files Browse the repository at this point in the history
…er than comma-separated
  • Loading branch information
zone117x committed Jan 9, 2024
1 parent 3acbb85 commit 232092d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ paths:
required: false
schema:
type: array
style: form
explode: true
example: coinbase
items:
type: string
Expand Down Expand Up @@ -382,6 +384,8 @@ paths:
required: true
schema:
type: array
style: form
explode: true
example: "0x0a411719e3bfde95f9e227a2d7f8fac3d6c646b1e6cc186db0e2838a2c6cd9c0"
items:
type: string
Expand Down Expand Up @@ -3055,6 +3059,8 @@ paths:
required: false
schema:
type: array
style: form
explode: true
example: "SPQZF23W7SEYBFG5JQ496NMY0G7379SRYEDREMSV.Candy::candy"
items:
type: string
Expand Down Expand Up @@ -3481,6 +3487,8 @@ paths:
required: false
schema:
type: array
style: form
explode: true
example: stx_lock
items:
type: string
Expand Down

0 comments on commit 232092d

Please sign in to comment.