Updates specified M2M integrator.

Sample Request:

Updates the status of the M2M integrator

PATCH v1/integrators/3fa85f64-5717-4562-b3fc-2c963f66afa6
{
    "active": false
}

Updates the features of M2M integrator

PATCH v1/integrators/3fa85f64-5717-4562-b3fc-2c963f66afa6
{
    "features": [
        {
            "featureId": "user-admin",
            "permissionLevel": 60
         }
    ]
}
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!