Skip to content

Commit

Permalink
Discard changes to .bruno/cards/advanced-query.bru
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviortheking authored Oct 29, 2024
1 parent 9cbe9e0 commit c10a2d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bruno/cards/advanced-query.bru
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ meta {
}

get {
url: {{BASE_URL}}/v2/en/cards?name=eq:Pikachu|Pichu
url: {{BASE_URL}}/v2/en/cards?name=eq:Pikachu&hp=gte:60&hp=lt:70&localId=5&localId=not:tg&id=neq:cel25-5
body: none
auth: none
}

params:query {
name: eq:Pikachu|Pichu
name: eq:Pikachu
hp: gte:60
hp: lt:70
localId: 5
Expand Down

0 comments on commit c10a2d2

Please sign in to comment.