{
"id": 1,
"name": "Outro nome",
"protocol": "http",
"host": "localhost",
"port": 8080,
"path":"/",
"status": 200,
"language": "json",
"strategy": "Basic",
"token": "dfsfgdfs",
"checked": true,
"events": [],
"userCreated": {
"id": 1
},
"userChanged": null,
"userDeleted": null,
"dateHourCreated": "2019-10-10T14:23:20.000Z",
"dateHourChanged": "2019-10-10T14:23:20.000Z",
"dateHourDeleted": null
}curl --location --request PUT 'https://prod.your-api-server.com/api/v1/integration' \
--header 'Authorization: {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"name": "Outro nome",
"protocol": "http",
"host": "localhost",
"port": 8080,
"path":"/",
"status": 200,
"language": "json",
"strategy": "Basic",
"token": "dfsfgdfs",
"checked": true,
"events": [],
"userCreated": {
"id": 1
},
"userChanged": null,
"userDeleted": null,
"dateHourCreated": "2019-10-10T14:23:20.000Z",
"dateHourChanged": "2019-10-10T14:23:20.000Z",
"dateHourDeleted": null
}'{}