curl --request PATCH \
--url https://api.wirespeed.com/integration/{id} \
--header 'Content-Type: application/json' \
--data '{
"enabled": true
}'
{
"id": "<string>",
"platform": "microsoft-teams",
"enabled": true,
"teamId": "<string>",
"teamName": "<string>",
"config": {
"authType": "oauth2",
"name": "<string>",
"oauthRequiresRedirect": true,
"customFields": [
{
"slug": "<string>",
"display": "<string>",
"type": "<string>",
"required": true,
"description": "<string>",
"validationPattern": "<string>",
"validationMinLength": 123,
"validationMaxLength": 123,
"source": "<string>"
}
],
"requiresConfiguration": true,
"logo": "<string>",
"logoLight": "<string>",
"logoDark": "<string>",
"beta": true,
"description": "<string>",
"slug": "<string>",
"internalCreds": true,
"docsUrl": "<string>",
"default": true
},
"permissionsUpdateAvailable": true,
"requiresConfiguration": "<string>",
"identityFields": {}
}
curl --request PATCH \
--url https://api.wirespeed.com/integration/{id} \
--header 'Content-Type: application/json' \
--data '{
"enabled": true
}'
{
"id": "<string>",
"platform": "microsoft-teams",
"enabled": true,
"teamId": "<string>",
"teamName": "<string>",
"config": {
"authType": "oauth2",
"name": "<string>",
"oauthRequiresRedirect": true,
"customFields": [
{
"slug": "<string>",
"display": "<string>",
"type": "<string>",
"required": true,
"description": "<string>",
"validationPattern": "<string>",
"validationMinLength": 123,
"validationMaxLength": 123,
"source": "<string>"
}
],
"requiresConfiguration": true,
"logo": "<string>",
"logoLight": "<string>",
"logoDark": "<string>",
"beta": true,
"description": "<string>",
"slug": "<string>",
"internalCreds": true,
"docsUrl": "<string>",
"default": true
},
"permissionsUpdateAvailable": true,
"requiresConfiguration": "<string>",
"identityFields": {}
}
Integration ID
The response is of type object
.