Update Lilt Create content
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"}'
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The content ID.
Body
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.
Response
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.

