curl --request PUT \
--url https://api.streamkap.com/transforms/{transforms_id}/implementation_details \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"transform_id": "<string>",
"implementation": {
"language": "PYTHON",
"value_transform": "<string>",
"key_transform": "<string>",
"topic_transform": "<string>",
"unit_test": {
"test_name": "<string>",
"input__json": [
{
"topic": "<string>",
"value": {},
"key": {},
"timestamp": "2023-11-07T05:31:56Z"
}
],
"output__json": [
{
"topic": "<string>",
"value": {},
"key": {},
"timestamp": "2023-11-07T05:31:56Z"
}
],
"result__json": [
{
"topic": "<string>",
"value": {},
"key": {},
"timestamp": "2023-11-07T05:31:56Z"
}
],
"is_success": true,
"html_diff": "<string>",
"text_diff": "<string>"
}
},
"version_id": ""
}
'{
"transform_id": "<string>",
"implementation": {
"language": "PYTHON",
"value_transform": "<string>",
"key_transform": "<string>",
"topic_transform": "<string>",
"unit_test": {
"test_name": "<string>",
"input__json": [
{
"topic": "<string>",
"value": {},
"key": {},
"timestamp": "2023-11-07T05:31:56Z"
}
],
"output__json": [
{
"topic": "<string>",
"value": {},
"key": {},
"timestamp": "2023-11-07T05:31:56Z"
}
],
"result__json": [
{
"topic": "<string>",
"value": {},
"key": {},
"timestamp": "2023-11-07T05:31:56Z"
}
],
"is_success": true,
"html_diff": "<string>",
"text_diff": "<string>"
}
},
"version_id": ""
}curl --request PUT \
--url https://api.streamkap.com/transforms/{transforms_id}/implementation_details \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"transform_id": "<string>",
"implementation": {
"language": "PYTHON",
"value_transform": "<string>",
"key_transform": "<string>",
"topic_transform": "<string>",
"unit_test": {
"test_name": "<string>",
"input__json": [
{
"topic": "<string>",
"value": {},
"key": {},
"timestamp": "2023-11-07T05:31:56Z"
}
],
"output__json": [
{
"topic": "<string>",
"value": {},
"key": {},
"timestamp": "2023-11-07T05:31:56Z"
}
],
"result__json": [
{
"topic": "<string>",
"value": {},
"key": {},
"timestamp": "2023-11-07T05:31:56Z"
}
],
"is_success": true,
"html_diff": "<string>",
"text_diff": "<string>"
}
},
"version_id": ""
}
'{
"transform_id": "<string>",
"implementation": {
"language": "PYTHON",
"value_transform": "<string>",
"key_transform": "<string>",
"topic_transform": "<string>",
"unit_test": {
"test_name": "<string>",
"input__json": [
{
"topic": "<string>",
"value": {},
"key": {},
"timestamp": "2023-11-07T05:31:56Z"
}
],
"output__json": [
{
"topic": "<string>",
"value": {},
"key": {},
"timestamp": "2023-11-07T05:31:56Z"
}
],
"result__json": [
{
"topic": "<string>",
"value": {},
"key": {},
"timestamp": "2023-11-07T05:31:56Z"
}
],
"is_success": true,
"html_diff": "<string>",
"text_diff": "<string>"
}
},
"version_id": ""
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
PYTHON, JAVASCRIPT, SQL Show child attributes
Successful Response
Show child attributes
PYTHON, JAVASCRIPT, SQL Show child attributes
Was this page helpful?