Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

To upload a file to the document library.

URL

(POST) projects/{projectid}/files/{locale}/file

PARAMETERS

HTTP BODY

The contents of the file (byte array) to upload.

Required

token

The connection token

Required

projectid

The project

Required

locale

The language.

Required

name

The path/name of the file. For example "myfile.doc" or "folder\myfile.doc".

Required

overwrite

If set to true, an existing file will be overwritten.

Optional

 

RESULTS

None





  • No labels