PUT
/
v2
/
create
/
{contentId}
Update Lilt Create content
curl --request PUT \
  --url https://api.lilt.com/v2/create/{contentId} \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "id": 123,
  "language": "<string>",
  "template": "<string>",
  "templateParams": {
    "contentLength": 123,
    "memoryId": 123,
    "language": "<string>",
    "sections": [
      "<string>"
    ],
    "summary": "<string>"
  },
  "preferences": {
    "tone": "<string>",
    "styleguide": "<string>"
  }
}'
{
  "name": "<string>",
  "id": 123,
  "language": "<string>",
  "template": "<string>",
  "templateParams": {
    "contentLength": 123,
    "memoryId": 123,
    "language": "<string>",
    "sections": [
      "<string>"
    ],
    "summary": "<string>"
  },
  "preferences": {
    "tone": "<string>",
    "styleguide": "<string>"
  }
}

Authorizations

key
string
query
required

Path Parameters

contentId
integer
required

The content ID.

Body

application/json

Content Parameters for LiltCreate.

language
string
required

The language of the content.

template
string
required

The template of the content.

templateParams
object
required

The template parameters of the content.

name
string

A name for the request content.

id
integer

A unique identifier for the generated content.

preferences
object

The preferences of the content.

Response

The updated Lilt Create content.

Content Parameters for LiltCreate.

language
string
required

The language of the content.

template
string
required

The template of the content.

templateParams
object
required

The template parameters of the content.

name
string

A name for the request content.

id
integer

A unique identifier for the generated content.

preferences
object

The preferences of the content.