forked from p15670423/monkey
Changelog: Update agent-logs to use uuid instead of str
This was missed in 10954e0a6e
.
This commit is contained in:
parent
c69a414a4d
commit
3202404e46
|
@ -25,7 +25,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
encrypting files. #1242
|
encrypting files. #1242
|
||||||
- `/api/agents` endpoint.
|
- `/api/agents` endpoint.
|
||||||
- `/api/agent-signals` endpoint. #2261
|
- `/api/agent-signals` endpoint. #2261
|
||||||
- `/api/agent-logs/<string:agent_id>` endpoint. #2274
|
- `/api/agent-logs/<uuid:agent_id>` endpoint. #2274
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Reset workflow. Now it's possible to delete data gathered by agents without
|
- Reset workflow. Now it's possible to delete data gathered by agents without
|
||||||
|
|
Loading…
Reference in New Issue