mirror of
https://github.com/snipe/snipe-it.git
synced 2026-03-01 13:59:07 +00:00
- Add POST endpoint to create a history note attached to an asset - Add GET endpoint to retrieve history notes for an asset - Add ActionLog factory state for manual notes - Implement controller methods with authorization checks - Add feature tests for note creation, retrieval, and access control - Register new API routes for these endpoints Supports automation by enabling programmatic asset history note management.