PatchV2ObjectsObjectData

April 25, 2025 ยท View on GitHub

Example Usage

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

let value: PatchV2ObjectsObjectData = {
  apiSlug: "people",
  singularNoun: "Person",
  pluralNoun: "People",
};

Fields

FieldTypeRequiredDescriptionExample
apiSlugstring:heavy_minus_sign:A unique, human-readable slug to access the object through URLs and API calls. Should be formatted in snake case.people
singularNounstring:heavy_minus_sign:The singular form of the object's name.Person
pluralNounstring:heavy_minus_sign:The plural form of the object's name.People