From c0ccca98cf99dcfe35cf6df017a9f126a1d803fd Mon Sep 17 00:00:00 2001 From: Gregory Lirent Date: Fri, 4 Jul 2025 00:05:55 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 412ed8d..08f2897 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ The `Process Monitoring Service` is an ASP.NET Core application configured to ru * `GET /api/v1/process`: Get a paginated, sorted, and searchable list of all processes. - * Example: `/api/v1/process?pretty=true&sortBy=cpuusage&desc=true&limit=10&offset=0&searchName=chrome` + * Example: `/api/v1/process?pretty=true&sortBy=cpuusage&desc=true&limit=10&offset=0&search=chrome` * `GET /api/v1/process/{pid}`: Get full details for a specific process.