English
cURL
curl --request POST \ --url https://cloud.memsource.com/web/api2/v2/connectors/{connectorId}/folders/{folder}/files/{fileName}/upload \ --header 'Content-Type: multipart/form-data' \ --header 'Memsource: <memsource>'
{ "id": "<string>", "createdBy": { "firstName": "<string>", "lastName": "<string>", "userName": "<string>", "email": "<string>", "role": "SYS_ADMIN", "id": "<string>", "uid": "<string>" }, "dateCreated": "2023-11-07T05:31:56Z", "fileName": "<string>", "action": "GUI_UPLOAD" }
Upload a file to a subfolder of the selected connector
multipart/form-data
Mime type of the file to upload
successful operation
The response is of type object.
object
Was this page helpful?