Add columns to Imported Data Project
POST {{baseUrl}}/imported-data-projects/:idpSourceId
Adds additional columns to the Imported Data Project. Each field must have a unique name.
Request Body
{"fields"=>[{"name"=>"<string>", "type"=>"open-text"}, {"name"=>"<string>", "type"=>"open-text"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"meta":{"httpStatus":"\u003cstring\u003e","requestId":"\u003cstring\u003e","notice":"\u003cstring\u003e"}}