Upload Output Creation Preset

Submits an Output Creation preset to the File Store.

Request takes XML file data as content, and on success returns a response containing the new Managed File ID for the preset.

Type: POST
URI: /rest/serverengine/filestore/OutputCreationConfig
Parameters:

Query:

  • filename – the file name of the preset to be uploaded (No Default Value)
  • persistent – whether the preset to be uploaded will be persistent in File Store (Default Value: false)
Request:
Add. Headers: auth_token – Authorization Token (if server security settings enabled)
Content: Output Creation Preset (File)
Content Type: application/xml
Response:
Add. Headers:
Content: Managed File ID
Content Type: text/plain
Status:
  • 200 OK – Preset successfully uploaded to File Store
  • 401 Unauthorized – Server authentication required
  • 403 Forbidden – Server authentication has failed or expired
 
   
  • Last Topic Update: Jan-22-2018 13:07
  • Last Published: 2018-05-14 : 9:58 AM