Last updated 2 months ago
Returns ipfs files
Entity Timestamp
"1706823227.586179534"
ipfs files
Message identifier
const response = await fetch('/api/v1/entities/update-files', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "messageId": "1706823227.586179534" }), }); const data = await response.json();
{ "id": "1706823227.586179534" }