UploadFile v1.3.0+

Proxy AccessToken

Upload a file to an existing content library.

Endpoint

POST /uploadFile

Parameter

URL Query

FieldValue
libary (required)The name of the content library
overwrite (optional)Overwrite existing files, default false
name (required)The name of the file, if not specified the actual file name will be used
FieldValue
AccessTokenAccessToken_proxy set in the Config

Body

Formdata

FieldValue
filefile to upload

Example

https://server:7545/uploadFile?library=test&overwrite=true&name=someName.png

Header:{
    "accessToken":"123456789"
}

Body: [file]

Response

200

ok