English
cURL
curl --request PUT \ --url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/fileHandovers \ --header 'Content-Disposition: <content-disposition>' \ --header 'Content-Type: application/octet-stream' \ --header 'Memsource: <memsource>' \ --data '{}'
{ "fileId": "<string>", "filename": "<string>" }
For following jobs the handover file is not supported:
must match pattern ((inline|attachment); )?(filename\*=UTF-8''(.+)|filename="?(.+)"?)
((inline|attachment); )?(filename\*=UTF-8''(.+)|filename="?(.+)"?)
The body is of type object.
object
successful operation
ID of the uploaded file
Filename of the uploaded file
Was this page helpful?