Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-daxiom committed Nov 19, 2024
1 parent b2762dd commit 8ba452f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion strr-api/tests/postman/strr-api.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -1168,13 +1168,19 @@
"method": "GET",
"header": [],
"url": {
"raw": "{{api_url}}/accounts/search",
"raw": "{{api_url}}/accounts/search?name=Smith Autos",
"host": [
"{{api_url}}"
],
"path": [
"accounts",
"search"
],
"query": [
{
"key": "name",
"value": "Smith Autos"
}
]
}
},
Expand Down

0 comments on commit 8ba452f

Please sign in to comment.