Update Story Via Multipart Form Data
This example request illustrates how to update the text of a story using multipart/form-data
.
Request
POST /platform/memories/memories/12345/artifacts/0 Content-Type: multipart/form-data; boundary=Boundary_1_bHash_bTimestamp Authorization: Bearer YOUR_ACCESS_TOKEN_HERE MIME-Version: 1.0 --Boundary_1_bHash_bTimestamp Content-Type: text/plain Content-Disposition: form-data; name="artifact" This story is about Grandpa Earl's horse... --Boundary_1_bHash_bTimestamp--
Response
HTTP/1.1 204 No Content Content-type: text/html X-processing-time: 3 Vary: Accept,Accept-Language,Accept-Encoding,Expect Content-length: 0 Date: Sun, 03 Apr 1836 10:00:00 GMT-5
Sending...
Feedback was sent.
Can't send feedback. Retry in 5 seconds.