PATCH
/
integrations
/
{id}
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
  }
}

Authorizations

x-api-key
string
header
required

Body

application/json
paused
boolean

Indicates whether the integration is paused or not

Response

200
application/json
Integration updated successfully
code
string
message
string
data
object