Update a piece of Lilt Create content.
Example CURL:
curl -X PUT 'https://api.lilt.com/v2/create/1234?key=API_KEY' \
--header 'Content-Type: application/json' \
--data-raw '{"language":"de-DE"}'
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
The content ID.
Content Parameters for LiltCreate.
The language of the content.
The template of the content.
The template parameters of the content.
A name for the request content.
A unique identifier for the generated content.
The preferences of the content.
The updated Lilt Create content.
Content Parameters for LiltCreate.
The language of the content.
The template of the content.
The template parameters of the content.
A name for the request content.
A unique identifier for the generated content.
The preferences of the content.