# Update a target Endpoint: PUT /targets/{id} Version: 8.1.0 ## Path parameters: - `id` (string, required) Id of the target to to update ## Header parameters: - `X-Key` (string, required) A unique API key used to authenticate requests to the NP6 platform. This key must be included in every API call to validate the identity and permissions of the client. Keep your API key secure and do not expose it in public code or logs. ## Response 200 fields (application/json): - `id` (string) The Id of the target - `hash` (string) The Hash of the target - `creationDate` (string) The creation date of the target - `lastUpdateDate` (string) The last update of the target - `fields` (object) The values of the target defined by the Fields - `bounce` (array) The bounces of the target - `bounce.field` (integer) The id of field of the bounce - `bounce.type` (string) The Type of the bounce Enum: "Validé", "Soft", "ReportAsSpam", "HardDomain", "HardUser", "HardOther", "HardRules" - `bounce.timestamp` (string) The date of the bounce - `bounce.reason` (string) The Reason of the bounce - `redList` (object) The redList infos of the target - `redList.mail` (object) RedListMail - `redList.mail.timestamp` (string,null) The date of the redlist - `redList.mail.reason` (integer) The Reason of the redlist Enum: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 - `redList.sms` (object) RedListSms ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 409 fields