resources
/resources [PUT]
| API Support | Available since | Last updated | Output |
|---|---|---|---|
| 4.9000 | 6.3000 | xml |
Description
Upload a project or publish resource (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
The file content.
Error handling
| 0x1108 | Invalid group parameter |
|---|