REST API Reference

REST API Reference

PATCH Datadomains

PATCH Datadomains

The PATCH datadomains request imports data domain assignment information from a CSV file.

Resource URL

/tdm/v1/projects/{projectID}/columns/datadomains

HTTP Request

PATCH http(s)://
<host>
:
<port>
/api/public/tdm/v1/projects/{projectId}/columns/datadomains

Request Header

The request header includes the following headers:
Header
Description
accept
Use the following value:
application/json
Authorization
Required. Use the following value:
Basic <user name>
Content-Type
Format to submit forms that can contain files. Use the following value:
Multipart/form-data

Request Path Parameters

The request includes the following property as form data:
Parameter
Description
projectId
Required. ID of the project to which you want to import the data domain assignment file.

Request Body

The request body includes the following property as multipart/form-data:
Property
Data Type
Description
file
File
Required. Select the CSV file that contains the data domain assignment information.

Sample Request

PATCH http://<host>:6605/api/public/tdm/v1/projects/{projectId}/columns

Sample Response

{ "success": true, "message": "Skipped resource is/are 0" }

0 COMMENTS

We’d like to hear from you!