Skip to main content

 Services

Web services from /about to /webhooks

resources

/resources [POST]

Description

Upload one or more a project or publish resources (including binary).

Parameters

NameDescriptionRequiredTypeDefault
locationThe path to the project resource folder from the Web container rootyespath
groupThe name or ID of the group or project for the resource - MUST be on URL (required for non admins)maybestring
overwriteA flag to allow overwriting of existing resourcesnobooleanfalse

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

0x1108Invalid group parameter
Created on , last edited on