Skip to main content

Update from CSV

Update from CSV

Path Parameters
    contentGenerationId int64 required

    The Content Generation id.

Header Parameters
    content-type string
Request Body required

    string

Responses

No Content

PUT /content-generations/:contentGenerationId/words/imports

Authorization

name: security_oauth2type: oauth2flows: {
  "authorizationCode": {
    "authorizationUrl": "https://s.wordlift.io/oauth/authorize/",
    "scopes": {
      "basic": "basic scope"
    },
    "tokenUrl": "https://s.wordlift.io/oauth/token/"
  }
}

Request

Base URL
https://api.wordlift.io
Bearer Token
contentGenerationId — path required
content-type — header
Body required
curl / cURL
curl -L -X PUT 'https://api.wordlift.io/content-generations/:contentGenerationId/words/imports' \
-H 'Content-Type: text/csv' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw ''