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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;meta&quot;:{&quot;httpStatus&quot;:&quot;\u003cstring\u003e&quot;,&quot;requestId&quot;:&quot;\u003cstring\u003e&quot;,&quot;notice&quot;:&quot;\u003cstring\u003e&quot;}}