Artifacts
Update Memory Artifact
Update a memory artifact. Currently, only story text can be updated.
While the memory includes the metadata (title, description, etc.), the artifact of the memory is the actual image, text, or pdf artifact associated with the memory.
post/memories/memories/{mid}/artifacts/{aid}
Path parameters
midstring required
The id of the memory. To find memory IDs, see <a href="/reference/readmemory" target="_blank">Read Memory</a>.
aidstring required
The id of the memory artifact. To find artifact IDs, see <a href="/reference/readmemory" target="_blank">Read Memory</a>.
Headers
Content-Typestring required
The Content-Type header indicating the media type of the artifact.
Content-Dispositionstring
The Content-Disposition header.
Response
The update of the artifact was successful.