Template Converter

Update review suggestions on a template-conversion

Applies a subset of editorial suggestions to the converted deck identified by callbackId. Kicks off a background pipeline that produces a new derived deck; the response carries a new callback_id to poll.

patch/api/v1/template-converter/{callbackId}/review-suggestions

Path parameters

callbackIdstring required

Server-issued opaque identifier returned by an async kick-off endpoint. Used to poll status or fetch derived artefacts.

Request body

OR

Response

Pipeline accepted; poll the returned callback_id.

status'processing' required

Always "processing" — the derived pipeline has been accepted and is running.

callbackIdstring required

Callback id of the newly started pipeline. Note the camelCase spelling.

presentationNamestring

Resolved presentation name. Returned by template-change and the review-suggestions PATCH; may be an empty string.

Changes

Changed in 1 of the 2 revisions of this API.1