Upload DITA-OT - Fluid Topics - Latest

Fluid Topics API Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

This web service allows ADMIN users to upload a DITA-OT archive to use for the processing of DITA documents on a Fluid Topics portal.

The archive replaces the default DITA-OT (standard DITA-OT 3.5).

Download DITA-OT from the official website.

Method Endpoint
PUT
/api/admin/khub/dita-ot

Example

To upload a DITA-OT, the web service call requires a multipart/form-data request body, like in the following curl command:

curl --request PUT "https://my-fluidtopics.net/api/admin/khub/dita-ot" \
     --form "file=@$DITA_OT.ZIP" \
     --header 'Authorization: Basic XXX'

It is not possible to update the DITA-OT used for the legacy DITA connector.

Return code Description
202 ACCEPTED The DITA-OT zip file has been accepted and is uploading.
400 BAD REQUEST The DITA-OT zip file is not supported.

For a list of all possible return codes, see Return codes.