---
title: "Update body object properties"
method: PATCH
path: "/objects/bodies/{id}/"
tags: ["objects"]
---

# Update body object properties

`PATCH /objects/bodies/{id}/`

This method updates a body object properties.

## Path parameters

- `id` string, required

## Request body

- PatchedBodyObjectUpdateRequest
  - `frame_coords_left` integer — Left border of object's bounding box
  - `frame_coords_top` integer — Top border of object's bounding box
  - `frame_coords_right` integer — Right border of object's bounding box
  - `frame_coords_bottom` integer — Bottom border of object's bounding box
  - `active` boolean — `true` if object is enabled
  - `card` integer — Related `card` ID

## Response `200`

- BodyObjectUpdate
  - `id` string, required
  - `created_date` string, date-time, required — Object creation date
  - `modified_date` string, date-time, required — Object modification date
  - `source_photo_name` string, required — Filename supplied for `source_photo` on object creation
  - `frame_coords_left` integer — Left border of object's bounding box
  - `frame_coords_top` integer — Top border of object's bounding box
  - `frame_coords_right` integer — Right border of object's bounding box
  - `frame_coords_bottom` integer — Bottom border of object's bounding box
  - `thumbnail` string, uri, required — Object thumbnail
  - `active` boolean — `true` if object is enabled
  - `features` object, required
  - `card` integer, required — Related `card` ID

---

[API](https://skmtc.dev/ntechlab/apis/internal-api-documentation.md) · [All operations](https://skmtc.dev/ntechlab/apis/internal-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ntechlab/internal-api-documentation/revisions/fe217a895bc7/schema)
