This web service updates the configuration of the DITA-OT used for the processing of DITA documents on a Fluid Topics portal.
This configuration is also available in Advanced settings in the Configure DITA-OT menu.
| Method | Endpoint |
|---|---|
PUT |
|
It is necessary to provide an Ft-Calling-App value when using Fluid Topics web services. See Fluid Topics calling app.
Request example
{
"transtype": "xhtml",
"customDitaOtParameters": {
"args.rellinks": "nofamily",
"args.gen.task.lbl": "YES"
}
}
It is possible to send an empty body {} to set no parameter or transtype.
| Field | Type | Required? | Description |
|---|---|---|---|
transtype |
String | No | The DITA-OT transtype. |
customDitaOtParameters |
Object | No | An object containing DITA-OT parameters, and their values. |
| Return code | Description |
|---|---|
200 OK |
Returns details about the DITA-OT parameters. |
For a list of all possible return codes, see Return codes.