Update from CSV
Update from CSV
Path Parameters
contentGenerationId int64 required
The Content Generation id.
Header Parameters
content-type string
text/csv
Request Body required
string
Responses
- 204
- 401
- 404
No Content
Authentication Failure
Not Found
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
Request
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 ''
python / requests
curl -L -X PUT 'https://api.wordlift.io/content-generations/:contentGenerationId/words/imports' \
-H 'Content-Type: text/csv' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw ''
nodejs / axios
curl -L -X PUT 'https://api.wordlift.io/content-generations/:contentGenerationId/words/imports' \
-H 'Content-Type: text/csv' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw ''
php / 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 ''