provider Google Chat Integration PATCH /api/v2/integration/google-chat/organizations/{organization_binding_id}/organization-handles/{handle_id}
@utdk/datadog /api/v2/integration/google-chat/organizations/{organization_binding_id}/organization-handles/{handle_id}
Update organization handle
Update an organization handle from the Datadog Google Chat integration.
organization_binding_id path required
Your organization binding ID.
string
handle_id path required
Your organization handle ID.
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

updateorganizationhandle
PATCH/api/v2/integration/google-chat/organizations/{organization_binding_id}/organization-handles/{handle_id}
Update an organization handle from the Datadog Google Chat integration.

Parameters

required

Your organization binding ID.

required

Your organization handle ID.

Input

required

Organization handle data for an update request.

required

Organization handle resource type.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.updateorganizationhandle({
  "type": "google-chat-organization-handle"
})