| Status | Description | 
|---|---|
404 | Data not found | 
422 | Invalid parameters - see Invalid parameters errors model | 
  {
        "id": 1,
        "url": "http://placewise.com/subscription",
        "secret_token": "secret_token",
        "event_schema_version": 1,
        "is_sent_on_import": true,
        "is_sent_on_update": true,
        "is_sent_on_delete": true,
        "is_person_id_sent": true,
        "excluded_sources":  { "update": ["excluded-source"] }
   }{
    "url": "string",
    "event_schema_version": 0,
    "is_sent_on_import": true,
    "is_sent_on_update": true,
    "is_sent_on_delete": true,
    "is_person_id_sent": true,
    "excluded_sources": {
        "import": [
            "string"
        ],
        "update": [
            "string"
        ],
        "delete": [
            "string"
        ]
    }
}curl --location --request PUT 'https://api.mpc.dev.placewise.com/v3/infinity-mall/members_changes_subscriptions/1' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
    "url": "string",
    "event_schema_version": 0,
    "is_sent_on_import": true,
    "is_sent_on_update": true,
    "is_sent_on_delete": true,
    "is_person_id_sent": true,
    "excluded_sources": {
        "import": [
            "string"
        ],
        "update": [
            "string"
        ],
        "delete": [
            "string"
        ]
    }
}'{
    "id": 0,
    "url": "string",
    "secret_token": "string",
    "event_schema_version": 0,
    "is_sent_on_import": true,
    "is_sent_on_update": true,
    "is_sent_on_delete": true,
    "is_person_id_sent": true,
    "excluded_sources": {
        "import": [
            "string"
        ],
        "update": [
            "string"
        ],
        "delete": [
            "string"
        ]
    }
}