Update integrator configuration

This endpoint allows you to update the integrator notification settings. Keep in mind that this request has no response object.

PATCH

https://api.mercadopago.com/point/integration-api/integrator
Request parameters
Header
Authorization
string

REQUIRED

Access Token obtained through the developer panel. Must be sent in all requests.
Body
event_channel_devices
array
Allowed notification channels to receive device event notifications. Keep in mind that you must enter a valid channel, for example, "email".
Response parameters
Esta solicitação não tem resposta
Errors

400Bad Request - Notification channel is not allowed

400

Bad-Request

401Unauthorized - Invalid token

401

Unauthorized

500Internal Server Error - Something went wrong

500

Internal-server-error

Request
curl -X PATCH \
    'https://api.mercadopago.com/point/integration-api/integrator'\
    -H 'Content-Type: application/json' \
       -H 'Authorization: Bearer APP_USR-1*********685765-12*********1b4332e5c*********e077d7679*********664' \
    
Response
// This request has not been responded to.