Skip to main content

ItemUpdate

This class represents the schema for updating an existing item, providing optional fields to modify its attributes. It allows for partial updates by defining a title field with specific length constraints while maintaining compatibility with the base item structure.

Attributes

AttributeTypeDescription
title`stringnull` = null

Methods


title()

def title() - > str | None

The updated title for the item, constrained between 1 and 255 characters.

Returns

TypeDescription
`strNone`