Wrong key for metadata in asset upload #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Chronicle uploads the image's metadata under key
description(I thought that was its name) instead ofmetadata. This gets ignored by the server.Fixed in #
58b6dfd396Could not find an endpoint to actually write to the
descriptionfield, and currently,metadatais only accessible via API. To read the captured metadata, use:curl -s -H "x-api-key: your-key" "http://your-server/api/assets/your-image/metadata/chronicle" | jq