From 8ba452f93468384d3152faaa036f3804af07bf2c Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 19 Nov 2024 14:01:03 -0800 Subject: [PATCH] no message --- strr-api/tests/postman/strr-api.postman_collection.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/strr-api/tests/postman/strr-api.postman_collection.json b/strr-api/tests/postman/strr-api.postman_collection.json index 6b62dc55..f0166d4a 100644 --- a/strr-api/tests/postman/strr-api.postman_collection.json +++ b/strr-api/tests/postman/strr-api.postman_collection.json @@ -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" + } ] } },