---
title: "Update an object"
method: PATCH
path: "/v2/objects/{object}"
tags: ["Objects"]
---

# Update an object

`PATCH /v2/objects/{object}`

Updates a single object. The object to be updated is identified by its `object_id`.

Required scopes: `object_configuration:read-write`.

## Path parameters

- `object` string, required — A UUID or slug to identify the object.

## Request body

- object
  - `data` object, required
    - `api_slug` string — A unique, human-readable slug to access the object through URLs and API calls. Should be formatted in snake case.
    - `singular_noun` string — The singular form of the object's name.
    - `plural_noun` string — The plural form of the object's name.

## Response `200`

Success

- object — Success
  - `data` Object, required
    - `id` object, required
      - `workspace_id` string, uuid, required — A UUID to identify the workspace this object belongs to.
      - `object_id` string, uuid, required — A UUID to identify the object.
    - `api_slug` string, nullable, required — A unique, human-readable slug to access the object through URLs and API calls. Formatted in snake case.
    - `singular_noun` string, nullable, required — The singular form of the object's name.
    - `plural_noun` string, nullable, required — The plural form of the object's name.
    - `created_at` string, required — When the object was created.

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `409` — Conflict

---

[API](https://skmtc.net/d-stoll/apis/attio-api.md) · [All operations](https://skmtc.net/d-stoll/apis/attio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/d-stoll/attio-api/versions/ebcf9b5c6aa3/schema)
