resources
/resources [POST]
| API Support | Available since | Last updated | Output |
|---|---|---|---|
| 4.9000 | 6.3000 | xml |
Description
Upload one or more a project or publish resources (including binary).
Parameters
| Name | Description | Required | Type | Default |
|---|---|---|---|---|
| location | The path to the project resource folder from the Web container root | yes | path | |
| group | The name or ID of the group or project for the resource - MUST be on URL (required for non admins) | maybe | string | |
| overwrite | A flag to allow overwriting of existing resources | no | boolean | false |
Permission
Must have the role of manager or higher in the project.
Response
<upload>
<uploaded-resource overwrite="[true|false]">
<resource exists="[true|false]"
editable="[true|false]">
<location>[relative path]</location>
<file>[filename]</file>
<type>[type]</type>
</resource>
</uploaded-resource>
...
</upload>Error handling
| 0x1108 | Invalid group parameter |
|---|