POST v1/projects/{id}/hub/documents?groupId={groupId}
Uploads a document to the project's hub. NOTE: If you want to upload documents to a group by its name, then specify the group name in the header with this key: Content-Group-Name If the group does not exist, then a new group with this name will be created. In this case you don't have to pass groupId as URI parameter. Specify the Overwrite-Existing-Files header (true|false) to overwrite the existing file(s). Specify Visible-On-Portal header (true|false) to set visibility of uploaded documents on the Striven Customer/Vendor Portal.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
|
groupId | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.