v6

latestOpenAPI 3.1.02026-08-0556189325.2 KB
Integrations Use Cases V2

Update Integration

patch/integrations/v2/use-cases/{integration_use_case_id}

Path parameters

integration_use_case_idstring required
Example:5eb7cf5a86d9755df3a6c593

Request body

logicalIdstring nullable

Unique identifier for the integration use-case

integrationIdstring nullable

Reference to the associated integration

schedulerNamesstring[]

List of associated scheduler names

Example request

{
  "integrationId": "5eb7cf5a86d9755df3a6c593",
  "config": {
    "assistantId": "5eb7cf5a86d9755df3a6c593"
  }
}

Response

Successful Response

Example response

{
  "integration_use_case": {
    "teamId": "5eb7cf5a86d9755df3a6c593",
    "createdBy": "5eb7cf5a86d9755df3a6c593",
    "updatedBy": "5eb7cf5a86d9755df3a6c593",
    "_id": "5eb7cf5a86d9755df3a6c593",
    "integrationId": "5eb7cf5a86d9755df3a6c593",
    "config": {
      "assistantId": "5eb7cf5a86d9755df3a6c593"
    }
  }
}