ComfyUI/app/assets/api
Cursor Agent fe1ac8963d Emit hash alongside asset_hash on all Asset responses
Add a `hash` field to the Asset response schema that carries the same
value as the existing `asset_hash` field. Both fields are now populated
in _build_asset_response, so every Asset-returning endpoint (GET, POST,
PUT) includes both.

No existing fields are removed. Tests updated to assert both fields.

Co-authored-by: Matt Miller <MillerMedia@users.noreply.github.com>
2026-05-08 18:56:48 -07:00
..
routes.py Emit hash alongside asset_hash on all Asset responses 2026-05-08 18:56:48 -07:00
schemas_in.py feat(assets): align local API with cloud spec (#12863) 2026-03-16 12:34:04 -07:00
schemas_out.py Emit hash alongside asset_hash on all Asset responses 2026-05-08 18:56:48 -07:00
upload.py feat(assets): align local API with cloud spec (#12863) 2026-03-16 12:34:04 -07:00