Hi all,
I am in difficulty with the Make a HTTP request.
I don’t understand why the field “cd401dea-5438-43be-abf7-e94e49b6e37b“ is “cd401dea-5438-43be-abf7-e94e49b6e37b\”:\“https://developer.airfocus.com/\” in the input but “cd401dea-5438-43be-abf7-e94e49b6e37b\”:{\“text\”:\" in the output…
Thank you for your help.
The input : (from Create a JSON)
[
{
"ca": null,
"qs": [],
"url": "https://app.airfocus.com/api/workspaces/29172f9c-a0dc-4d81-98d8-39634e0c31d8/items/fa0cbb10-ca33-4af2-9c63-507aa8841f72",
"data": "{\"name\":\"TEST RHK Mise en forme simple (copy)\",\"color\":\"amber\",\"order\":null,\"archived\":false,\"statusId\":\"988fcefb-e684-4ece-9a40-d0ce074d382f\",\"assigneeUserIds\":[],\"assigneeUserGroupIds\":[],\"cd401dea-5438-43be-abf7-e94e49b6e37b\":\"https://developer.airfocus.com/\"}",
"gzip": true,
"method": "put",
"headers": [
{
"name": "Authorization",
"value": "Bearer airfocus_eu-legacy_ak_******"
},
{
"name": "Content-Type",
"value": "application/vnd.airfocus.markdown+json"
}
],
"timeout": null,
"useMtls": false,
"authPass": null,
"authUser": null,
"bodyType": "raw",
"contentType": "application/json",
"serializeUrl": false,
"shareCookies": false,
"parseResponse": false,
"followRedirect": true,
"useQuerystring": false,
"followAllRedirects": false,
"rejectUnauthorized": true
}
]
The output :
[
{
"statusCode": 200,
"headers": [
{
"name": "content-encoding",
"value": "gzip"
},
{
"name": "x-ratelimit-key",
"value": "api-key-0a7f6eb7-d782-4d3a-930c-746a30a825f4"
},
{
"name": "cache-control",
"value": "no-cache, no-store, must-revalidate"
},
{
"name": "x-breach-mitigation",
"value": "e73ae8"
},
{
"name": "date",
"value": "Fri, 31 Oct 2025 16:26:39 GMT"
},
{
"name": "transfer-encoding",
"value": "chunked"
},
{
"name": "content-type",
"value": "application/json"
},
{
"name": "x-request-id",
"value": "bb8fb8f8ffdc27b7"
},
{
"name": "x-ratelimit-limit",
"value": "600"
},
{
"name": "x-ratelimit-remaining",
"value": "599"
},
{
"name": "x-ratelimit-reset",
"value": "1761928059"
},
{
"name": "strict-transport-security",
"value": "max-age=31536000; includeSubdomains"
}
],
"cookieHeaders": [],
"data": "{\"id\":\"fa0cbb10-ca33-4af2-9c63-507aa8841f72\",\"workspaceId\":\"29172f9c-a0dc-4d81-98d8-39634e0c31d8\",\"statusId\":\"988fcefb-e684-4ece-9a40-d0ce074d382f\",\"color\":\"amber\",\"name\":\"TEST RHK Mise en forme simple (copy)\",\"description\":{\"blocks\":[],\"richText\":true},\"assigneeUserIds\":[],\"assigneeUserGroupIds\":[],\"fields\":{\"cd401dea-5438-43be-abf7-e94e49b6e37b\":{\"text\":\"\"},\"ef6eb46f-4716-4d59-9a35-550f1aee7d4a\":{\"selection\":[]},\"01ce4824-98e6-42fc-b3ca-d05b6aa98f49\":{\"selection\":[]},\"f60329a0-4318-4de9-a3b5-c340a9ab31bc\":{\"selection\":[]},\"0fc3157b-c658-4325-ac5f-ea1295356e82\":{\"selection\":[]},\"e300eb7f-e6c7-4789-9e3e-c37c0d4e35c9\":{\"selection\":[]},\"0f6c72a7-5255-4853-b36b-81d2e482a448\":{\"selection\":[]},\"6cf5e58f-fb8f-4df0-bd2b-204db5a47d90\":{\"userIds\":[],\"userGroupIds\":[]},\"670955af-1f55-4e12-a6c9-e43e2faca743\":{\"selection\":[]},\"e1f90e90-2783-44c8-a286-8d4a93d74b62\":{\"selection\":[]},\"c7f583a0-583a-417b-9746-ada5160ff789\":{\"text\":\"\"},\"f14acc12-d440-4f19-9ab1-bd5d45ee2e5d\":{\"selection\":[]},\"18a0f782-22cb-400d-96cf-3725c9801927\":{\"selection\":[\"1be3f014-9aa2-4a01-854f-47799f626803\"]},\"f86a9bb7-be26-41e7-9c43-d7e1b4ff267d\":{\"selection\":[]},\"68a52adb-a6b8-43cf-9891-aedfd31794e1\":{\"selection\":[]},\"fe30c17c-1ea3-44b5-b088-c2b7139b1653\":{\"selection\":[]}},\"archived\":false,\"createdAt\":\"2025-10-31T16:26:25.761542Z\",\"lastUpdatedAt\":\"2025-10-31T16:26:39.398334Z\",\"statusUpdatedAt\":\"2025-10-31T16:26:25.761542Z\",\"statusCategoryUpdatedAt\":\"2025-10-31T16:26:25.761542Z\",\"order\":2147483647,\"number\":333,\"_embedded\":{\"alias\":\"FD-333\",\"parents\":[],\"children\":[],\"progress\":{\"closed\":0,\"total\":0},\"apps\":{},\"constraints\":[],\"watched\":false,\"linkCount\":0,\"commentCount\":0,\"attachmentCount\":0,\"workspaceItemType\":\"feedback\"}}",
"fileSize": 1710
}
]