v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBMicrosoft Teams Integration
Update tenant-based handle
Update a tenant-based handle from the Datadog Microsoft Teams integration.
patch/api/v2/integration/ms-teams/configuration/tenant-based-handles/{handle_id}
Path parameters
handle_idstring required
Your tenant-based handle id.
Request body
Example request
{
"data": {
"attributes": {
"channel_id": "fake-channel-id",
"name": "fake-handle-name",
"team_id": "00000000-0000-0000-0000-000000000000",
"tenant_id": "00000000-0000-0000-0000-000000000001"
},
"type": "tenant-based-handle"
}
}Response
OK
Example response
{
"data": {
"attributes": {
"channel_id": "fake-channel-id",
"name": "fake-handle-name",
"team_id": "00000000-0000-0000-0000-000000000000",
"tenant_id": "00000000-0000-0000-0000-000000000001"
},
"id": "596da4af-0563-4097-90ff-07230c3f9db3",
"type": "tenant-based-handle"
}
}