Update README.md

This commit is contained in:
Gregory Lirent 2025-07-04 00:05:55 +03:00
parent 757ece5967
commit c0ccca98cf

View File

@ -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.