Include asset id in executed WebSocket messages (#13862)

Amp-Thread-ID: https://ampcode.com/threads/T-019e4ca5-b71a-7168-8f56-58b2325f34c3
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Simon Pinfold
2026-05-22 10:50:30 +12:00
parent 4da4b3738d
commit 634dad6777
4 changed files with 332 additions and 2 deletions

View File

@@ -6840,6 +6840,13 @@ components:
enum: [input, output, temp]
display_name:
type: string
id:
type: string
format: uuid
description: |
Asset reference UUID. Present only when the server is started with
`--enable-assets` and the file resolves to a registered asset.
Fetch the full asset via `GET /api/assets/{id}`.
NodeOutputs:
type: object