POST api/file/upload/{id}?creator={creator}&description={description}
Uploads a new file to a specific destination or if the id is an existing file it uploads as a new version
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
unique id of the file destination |
integer |
Required |
creator |
The username of the user who will be marked as the uploader of this file. |
string |
Default value is |
description |
file description |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.