Update an item’s metadata (name, readable_id, parent).
Only draft items can be updated. Only fields provided in the request will be updated.
Enter your API key. Example: Bearer poelis_api_...
Request to update an item.
Item name
1Human-readable item ID (must be unique within parent scope). Only lowercase letters, numbers and underscores are allowed.
1^[a-z0-9_]+$Parent item ID for hierarchical structure
Updated item
Public representation of an item.
Human-readable item ID
Product this item belongs to
Item name
Whether the item is deleted
Parent item ID for hierarchical structure
Draft item ID if this is a versioned item
User who created the item
{
"id": "auth0|550e8400-e29b-41d4-a716-446655440000",
"imageUrl": "https://example.com/avatar.png",
"userName": "Jane Doe"
}
ISO 8601 creation timestamp
ISO 8601 last-update timestamp
User who last updated the item
{
"id": "auth0|550e8400-e29b-41d4-a716-446655440000",
"imageUrl": "https://example.com/avatar.png",
"userName": "Jane Doe"
}