mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
26 lines
322 B
Plaintext
26 lines
322 B
Plaintext
meta {
|
|
name: 475 - Ability to query subfileds
|
|
type: http
|
|
seq: 5
|
|
}
|
|
|
|
get {
|
|
url: {{BASE_URL}}/v2/en/cards?legal.standard=true
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
query {
|
|
legal.standard: true
|
|
}
|
|
|
|
assert {
|
|
res.status: eq 200
|
|
}
|
|
|
|
docs {
|
|
Validate the issue seen in
|
|
|
|
https://github.com/tcgdex/cards-database/issues/474
|
|
}
|