v1

latestOpenAPI 3.0.1Apache 2.02026-07-2420454370.2 KB
Memories

Create Memory

Create a memory.

post/memories/memories

Query parameters

titlestring

The title used for artifacts being uploaded or when no value is available via multipart type posts.

descriptionstring

The description to use for artifacts being uploaded or when no value is available via multipart type posts.

filenamestring

The file name to use for artifacts being uploaded.

typestring

The artifact type to use for the artifact being uploaded. If this parameter is not supplied, an appropriate default will be supplied based on the media type. Possible values include <code>Document</code>, <code>Obituary</code>, <code>Photo</code>, and <code>Story</code>. This parameter has no effect on a read.

Headers

typestring
subtypestring
parametersobject
qualityValuenumber double
wildcardTypeboolean
wildcardSubtypeboolean
subtypeSuffixstring nullable
concreteboolean

The header value for the incoming request's Content-Type. Multipart type data is supported and a boundary parameter on the Content-Type is required when using <code>multipart/form-data</code> or <code>multipart/mixed</code>

Content-Dispositionstring

The header value used to determine filename when multipart type data is not used.

Response

The creation of the artifact was successful. Expect a location header specifying the link to the created artifact.