PatchV2ObjectsObjectResponse

April 25, 2025 ยท View on GitHub

Success

Example Usage

import { PatchV2ObjectsObjectResponse } from "attio-js/models/operations/patchv2objectsobject.js";

let value: PatchV2ObjectsObjectResponse = {
  data: {
    id: {
      workspaceId: "14beef7a-99f7-4534-a87e-70b564330a4c",
      objectId: "97052eb9-e65e-443f-a297-f2d9a4a7f795",
    },
    apiSlug: "people",
    singularNoun: "Person",
    pluralNoun: "People",
    createdAt: "2022-11-21T13:22:49.061281000Z",
  },
};

Fields

FieldTypeRequiredDescription
datacomponents.ObjectT:heavy_check_mark:N/A