v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Google Chat Integration

Update organization handle

Update an organization handle from the Datadog Google Chat integration.

patch/api/v2/integration/google-chat/organizations/{organization_binding_id}/organization-handles/{handle_id}

Path parameters

organization_binding_idstring required

Your organization binding ID.

handle_idstring required

Your organization handle ID.

Request body

type'google-chat-organization-handle' required

Organization handle resource type.

Example request

{
  "data": {
    "attributes": {
      "name": "fake-handle-name",
      "space_resource_name": "spaces/AAAAAAAAA"
    }
  },
  "type": "google-chat-organization-handle"
}

Response

OK

Example response

{
  "data": {
    "attributes": {
      "name": "fake-handle-name",
      "space_display_name": "Fake Space Name",
      "space_resource_name": "spaces/AAAAAAAAA"
    },
    "id": "596da4af-0563-4097-90ff-07230c3f9db3",
    "type": "google-chat-organization-handle"
  }
}