curl --request PATCH \ --url https://api.matia.io/v1/integrations/{id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "paused": true }'
{ "code": "<string>", "message": "<string>", "data": { "paused": true } }
Indicates whether the integration is paused or not
Show child attributes