Update the technical content of an object
Use a REST API to update the technical content of an object.
Endpoint and method
The following table describes the connection properties for the API:
Property | Description |
|---|
Endpoint | /api/v1/integration/technicalContent/<objectId> <objectId>: Required. Enter the system generated identifier of the Data Marketplace object for which you want to replace the API payload. For more information about how you can retrieve the system generated unique identifier of an object, see Frequently Asked Questions. |
Method | PUT |
For more information about how you can call an API, see Authenticate using Application Integration. Request
The following table describes the parameters that you enter in the request query:
Parameter | Description |
|---|
content | Required. Enter the specialized payload information that allows Data Marketplace to interface with non-Informatica products. |
Example request
The following example shows how you can use an API to update the technical content:
{
"content": "string"
}
Response
When you pass the API query parameters in the REST client, the client displays a response for the parameter values that you have entered.
If you see the following response code, it means that the technical content is updated successfully:
204 OK code