PUT
/
api2
/
v1
/
projects
/
{projectUid}
/
fileHandovers
Upload handover file
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>"
}

Headers

Memsource
string
required
Content-Disposition
string
required

must match pattern ((inline|attachment); )?(filename\*=UTF-8''(.+)|filename="?(.+)"?)

Content-Length
integer

Path Parameters

projectUid
string
required

Body

application/octet-stream · object

Response

200
application/json

successful operation

The response is of type object.