v5

latestOpenAPI 3.1.02026-08-0456189324.9 KB
Integrations Resource Records V2

Update Resource Record

patch/integrations/v2/resource-records/{integration_resource_record_id}

Path parameters

integration_resource_record_idstring required
Example:5eb7cf5a86d9755df3a6c593

Request body

logicalIdstring nullable

Unique identifier for the integration resource record

integrationIdstring nullable

Reference to the associated integration

Example request

{
  "integrationId": "5eb7cf5a86d9755df3a6c593",
  "config": {
    "supervisorId": "5eb7cf5a86d9755df3a6c593",
    "preferred_visiting_reasons": [
      "5eb7cf5a86d9755df3a6c593"
    ]
  }
}

Response

Successful Response

{"stackTrail":"paths:/integrations/v2/resource-records/{integration_resource_record_id}:patch:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}