Create Memory
Create a memory.
Query parameters
The title used for artifacts being uploaded or when no value is available via multipart type posts.
The description to use for artifacts being uploaded or when no value is available via multipart type posts.
The file name to use for artifacts being uploaded.
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
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>
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.